#045720

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

Shades of Crusoe #045720

Tints of Crusoe #045720

Color information

#045720 (or 0x045720) is unknown color: approx Crusoe. HEX triplet: 04, 57 and 20. RGB value is (4,87,32). Sum of RGB (Red+Green+Blue) = 4+87+32=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #045720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045720 is #FBA8DF. Grayscale: #383838. Windows color (decimal): -16492768 or 2119428. OLE color: 2119428.

HSL color Cylindrical-coordinate representation of color #045720: hue angle of 140.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045720 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB48732-
CMYK0.9500.630.66
HSL140.24º91.21%17.84%-
HSV(B)140.24º95.4%34.12%-
XYZ3.726.952.51-
YUV55.91114.590.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 87 (34.38% from 255) = 70.73%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=3.25%
G=70.73%
B=26.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487320.9500.630.66140.2491.2117.84
Hex457205F03F428c5b12
Octal41274013707710221413322
Binary100101011110000010111110111111100001010001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045720; }

 p { color: rgb(4,87,32); }

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

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

 a { background-color: rgb(4,87,32); }

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

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

 span { border-color: rgb(4,87,32); }

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