#045918

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

Shades of Crusoe #045918

Tints of Crusoe #045918

Color information

#045918 (or 0x045918) is unknown color: approx Crusoe. HEX triplet: 04, 59 and 18. RGB value is (4,89,24). Sum of RGB (Red+Green+Blue) = 4+89+24=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #045918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045918 is #FBA6E7. Grayscale: #383838. Windows color (decimal): -16492264 or 1595652. OLE color: 1595652.

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

Color convert

RGB48924-
CMYK0.9600.730.65
HSL134.12º91.4%18.24%-
HSV(B)134.12º95.51%34.9%-
XYZ3.797.242.06-
YUV56.17109.8490.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 89 (35.16% from 255) = 76.07%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=3.42%
G=76.07%
B=20.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489240.9600.730.65134.1291.418.24
Hex459186004941865b12
Octal413130140011110120613322
Binary100101100111000110000001001001100000110000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045918; }

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

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

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

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

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

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

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

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