#05642E

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

Shades of Crusoe #05642E

Tints of Crusoe #05642E

Color information

#05642E (or 0x05642E) is unknown color: approx Crusoe. HEX triplet: 05, 64 and 2E. RGB value is (5,100,46). Sum of RGB (Red+Green+Blue) = 5+100+46=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #05642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05642E is #FA9BD1. Grayscale: #414141. Windows color (decimal): -16423890 or 3040261. OLE color: 3040261.

HSL color Cylindrical-coordinate representation of color #05642E: hue angle of 145.89º 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 #05642E is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB510046-
CMYK0.9500.540.61
HSL145.89º90.48%20.59%-
HSV(B)145.89º95%39.22%-
XYZ5.119.344.12-
YUV65.44117.0384.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 100 (39.45% from 255) = 66.23%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=3.31%
G=66.23%
B=30.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100460.9500.540.61145.8990.4820.59
Hex5642E5F0363D925a15
Octal5144561370667522213225
Binary10111001001011101011111011011011110110010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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