#046318

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

Shades of Crusoe #046318

Tints of Crusoe #046318

Color information

#046318 (or 0x046318) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 18. RGB value is (4,99,24). Sum of RGB (Red+Green+Blue) = 4+99+24=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #046318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046318 is #FB9CE7. Grayscale: #3E3E3E. Windows color (decimal): -16489704 or 1598212. OLE color: 1598212.

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

Color convert

RGB49924-
CMYK0.9600.760.61
HSL132.63º92.23%20.2%-
HSV(B)132.63º95.96%38.82%-
XYZ4.689.022.36-
YUV62.04106.5386.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 99 (39.06% from 255) = 77.95%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=3.15%
G=77.95%
B=18.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499240.9600.760.61132.6392.2320.2
Hex463186004C3D855c14
Octal41433014001147520513424
Binary10011000111100011000000100110011110110000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046318; }

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

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

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

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

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

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

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

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