#045921

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

Shades of Crusoe #045921

Tints of Crusoe #045921

Color information

#045921 (or 0x045921) is unknown color: approx Crusoe. HEX triplet: 04, 59 and 21. RGB value is (4,89,33). Sum of RGB (Red+Green+Blue) = 4+89+33=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #045921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045921 is #FBA6DE. Grayscale: #393939. Windows color (decimal): -16492255 or 2185476. OLE color: 2185476.

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

Color convert

RGB48933-
CMYK0.9600.630.65
HSL140.47º91.4%18.24%-
HSV(B)140.47º95.51%34.9%-
XYZ3.97.282.64-
YUV57.2114.3490.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 89 (35.16% from 255) = 70.63%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=3.17%
G=70.63%
B=26.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489330.9600.630.65140.4791.418.24
Hex459216003F418c5b12
Octal41314114007710121413322
Binary100101100110000111000000111111100000110001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045921; }

 p { color: rgb(4,89,33); }

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

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

 a { background-color: rgb(4,89,33); }

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

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

 span { border-color: rgb(4,89,33); }

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