#05642B

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

Shades of Crusoe #05642B

Tints of Crusoe #05642B

Color information

#05642B (or 0x05642B) is unknown color: approx Crusoe. HEX triplet: 05, 64 and 2B. RGB value is (5,100,43). Sum of RGB (Red+Green+Blue) = 5+100+43=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #05642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05642B is #FA9BD4. Grayscale: #414141. Windows color (decimal): -16423893 or 2843653. OLE color: 2843653.

HSL color Cylindrical-coordinate representation of color #05642B: hue angle of 144º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05642B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB510043-
CMYK0.9500.570.61
HSL144º90.48%20.59%-
HSV(B)144º95%39.22%-
XYZ5.069.323.82-
YUV65.1115.5385.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 100 (39.45% from 255) = 67.57%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=3.38%
G=67.57%
B=29.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100430.9500.570.6114490.4820.59
Hex5642B5F0393D905a15
Octal5144531370717522013225
Binary10111001001010111011111011100111110110010000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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