#046224

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

Shades of Crusoe #046224

Tints of Crusoe #046224

Color information

#046224 (or 0x046224) is unknown color: approx Crusoe. HEX triplet: 04, 62 and 24. RGB value is (4,98,36). Sum of RGB (Red+Green+Blue) = 4+98+36=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #046224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046224 is #FB9DDB. Grayscale: #3E3E3E. Windows color (decimal): -16489948 or 2384388. OLE color: 2384388.

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

Color convert

RGB49836-
CMYK0.9600.630.62
HSL140.43º92.16%20%-
HSV(B)140.43º95.92%38.43%-
XYZ4.748.893.14-
YUV62.83112.8686.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 98 (38.67% from 255) = 71.01%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=2.90%
G=71.01%
B=26.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498360.9600.630.62140.4392.1620
Hex462246003F3E8c5c14
Octal4142441400777621413424
Binary10011000101001001100000011111111111010001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046224; }

 p { color: rgb(4,98,36); }

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

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

 a { background-color: rgb(4,98,36); }

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

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

 span { border-color: rgb(4,98,36); }

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