#046320

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

Shades of Crusoe #046320

Tints of Crusoe #046320

Color information

#046320 (or 0x046320) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 20. RGB value is (4,99,32). Sum of RGB (Red+Green+Blue) = 4+99+32=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #046320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046320 is #FB9CDF. Grayscale: #3F3F3F. Windows color (decimal): -16489696 or 2122500. OLE color: 2122500.

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

Color convert

RGB49932-
CMYK0.9600.680.61
HSL137.68º92.23%20.2%-
HSV(B)137.68º95.96%38.82%-
XYZ4.779.052.86-
YUV62.96110.5385.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=2.96%
G=73.33%
B=23.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499320.9600.680.61137.6892.2320.2
Hex46320600443D8a5c14
Octal41434014001047521213424
Binary100110001110000011000000100010011110110001010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046320; }

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

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

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

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

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

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

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

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