#045914

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

Shades of Crusoe #045914

Tints of Crusoe #045914

Color information

#045914 (or 0x045914) is unknown color: approx Crusoe. HEX triplet: 04, 59 and 14. RGB value is (4,89,20). Sum of RGB (Red+Green+Blue) = 4+89+20=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #045914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045914 is #FBA6EB. Grayscale: #373737. Windows color (decimal): -16492268 or 1333508. OLE color: 1333508.

HSL color Cylindrical-coordinate representation of color #045914: hue angle of 131.29º 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 #045914 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB48920-
CMYK0.9600.780.65
HSL131.29º91.4%18.24%-
HSV(B)131.29º95.51%34.9%-
XYZ3.757.221.86-
YUV55.72107.8491.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 89 (35.16% from 255) = 78.76%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=3.54%
G=78.76%
B=17.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489200.9600.780.65131.2991.418.24
Hex459146004E41835b12
Octal413124140011610120313322
Binary100101100110100110000001001110100000110000011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045914; }

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

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

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

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

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

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

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

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