#045618

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

Shades of Crusoe #045618

Tints of Crusoe #045618

Color information

#045618 (or 0x045618) is unknown color: approx Crusoe. HEX triplet: 04, 56 and 18. RGB value is (4,86,24). Sum of RGB (Red+Green+Blue) = 4+86+24=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #045618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045618 is #FBA9E7. Grayscale: #363636. Windows color (decimal): -16493032 or 1594884. OLE color: 1594884.

HSL color Cylindrical-coordinate representation of color #045618: hue angle of 134.63º 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 #045618 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB48624-
CMYK0.9500.720.66
HSL134.63º91.11%17.65%-
HSV(B)134.63º95.35%33.73%-
XYZ3.546.751.98-
YUV54.41110.8392.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 86 (33.98% from 255) = 75.44%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=3.51%
G=75.44%
B=21.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486240.9500.720.66134.6391.1117.65
Hex456185F04842875b12
Octal412630137011010220713322
Binary100101011011000101111101001000100001010000111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045618; }

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

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

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

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

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

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

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

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