#05602C

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

Shades of Crusoe #05602C

Tints of Crusoe #05602C

Color information

#05602C (or 0x05602C) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 2C. RGB value is (5,96,44). Sum of RGB (Red+Green+Blue) = 5+96+44=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #05602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05602C is #FA9FD3. Grayscale: #3E3E3E. Windows color (decimal): -16424916 or 2908165. OLE color: 2908165.

HSL color Cylindrical-coordinate representation of color #05602C: hue angle of 145.71º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05602C is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB59644-
CMYK0.9500.540.62
HSL145.71º90.1%19.8%-
HSV(B)145.71º94.79%37.65%-
XYZ4.78.583.79-
YUV62.86117.3586.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 96 (37.89% from 255) = 66.21%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=3.45%
G=66.21%
B=30.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596440.9500.540.62145.7190.119.8
Hex5602C5F0363E925a14
Octal5140541370667622213224
Binary10111000001011001011111011011011111010010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05602C; }

 p { color: rgb(5,96,44); }

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

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

 a { background-color: rgb(5,96,44); }

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

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

 span { border-color: rgb(5,96,44); }

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