#046818

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

Shades of Crusoe #046818

Tints of Crusoe #046818

Color information

#046818 (or 0x046818) is unknown color: approx Crusoe. HEX triplet: 04, 68 and 18. RGB value is (4,104,24). Sum of RGB (Red+Green+Blue) = 4+104+24=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #046818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046818 is #FB97E7. Grayscale: #414141. Windows color (decimal): -16488424 or 1599492. OLE color: 1599492.

HSL color Cylindrical-coordinate representation of color #046818: hue angle of 132º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046818 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB410424-
CMYK0.9600.770.59
HSL132º92.59%21.18%-
HSV(B)132º96.15%40.78%-
XYZ5.179.992.52-
YUV64.98104.8784.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 104 (41.02% from 255) = 78.79%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=3.03%
G=78.79%
B=18.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104240.9600.770.5913292.5921.18
Hex468186004D3B845d15
Octal41503014001157320413525
Binary10011010001100011000000100110111101110000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046818; }

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

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

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

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

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

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

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

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