#057121

Color #057121 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #057121

Tints of Crusoe #057121

Color information

#057121 (or 0x057121) is unknown color: approx Crusoe. HEX triplet: 05, 71 and 21. RGB value is (5,113,33). Sum of RGB (Red+Green+Blue) = 5+113+33=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #057121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057121 is #FA8EDE. Grayscale: #474747. Windows color (decimal): -16420575 or 2191621. OLE color: 2191621.

HSL color Cylindrical-coordinate representation of color #057121: hue angle of 135.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057121 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB511333-
CMYK0.9600.710.56
HSL135.56º91.53%23.14%-
HSV(B)135.56º95.58%44.31%-
XYZ6.2411.953.42-
YUV71.59106.2280.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 113 (44.53% from 255) = 74.83%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=3.31%
G=74.83%
B=21.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113330.9600.710.56135.5691.5323.14
Hex571216004738885c17
Octal51614114001077021013427
Binary101111000110000111000000100011111100010001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057121; }

 p { color: rgb(5,113,33); }

 H1.HeaderClassName
 {
   color: #057121;
 }
 .AnyTagClassName
 {
   color: #057121;
 }
</style>
background-color css

<style>
 a { background-color: #057121; }

 a { background-color: rgb(5,113,33); }

 div.DivClassName
 {
   background-color: #057121;
 }
 .BgClassName
 {
   background-color: #057121;
 }
</style>
border-color css

<style>
 span { border-color: #057121; }

 span { border-color: rgb(5,113,33); }

 td.TdClassName
 {
   border-color: #057121;
 }
 .TagClassName
 {
   border-color: #057121;
 }
</style>