#046118

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

Shades of Crusoe #046118

Tints of Crusoe #046118

Color information

#046118 (or 0x046118) is unknown color: approx Crusoe. HEX triplet: 04, 61 and 18. RGB value is (4,97,24). Sum of RGB (Red+Green+Blue) = 4+97+24=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #046118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046118 is #FB9EE7. Grayscale: #3D3D3D. Windows color (decimal): -16490216 or 1597700. OLE color: 1597700.

HSL color Cylindrical-coordinate representation of color #046118: hue angle of 132.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046118 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB49724-
CMYK0.9600.750.62
HSL132.9º92.08%19.8%-
HSV(B)132.9º95.88%38.04%-
XYZ4.498.642.3-
YUV60.87107.1987.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 97 (38.28% from 255) = 77.6%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=3.2%
G=77.6%
B=19.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497240.9600.750.62132.992.0819.8
Hex461186004B3E855c14
Octal41413014001137620513424
Binary10011000011100011000000100101111111010000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046118; }

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

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

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

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

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

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

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

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