#05602B

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

Shades of Crusoe #05602B

Tints of Crusoe #05602B

Color information

#05602B (or 0x05602B) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 2B. RGB value is (5,96,43). Sum of RGB (Red+Green+Blue) = 5+96+43=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #05602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05602B is #FA9FD4. Grayscale: #3E3E3E. Windows color (decimal): -16424917 or 2842629. OLE color: 2842629.

HSL color Cylindrical-coordinate representation of color #05602B: hue angle of 145.05º 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 #05602B is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB59643-
CMYK0.9500.550.62
HSL145.05º90.1%19.8%-
HSV(B)145.05º94.79%37.65%-
XYZ4.688.573.69-
YUV62.75116.8586.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 96 (37.89% from 255) = 66.67%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=3.47%
G=66.67%
B=29.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596430.9500.550.62145.0590.119.8
Hex5602B5F0373E915a14
Octal5140531370677622113224
Binary10111000001010111011111011011111111010010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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