#036220

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

Shades of Crusoe #036220

Tints of Crusoe #036220

Color information

#036220 (or 0x036220) is unknown color: approx Crusoe. HEX triplet: 03, 62 and 20. RGB value is (3,98,32). Sum of RGB (Red+Green+Blue) = 3+98+32=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #036220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036220 is #FC9DDF. Grayscale: #3E3E3E. Windows color (decimal): -16555488 or 2122243. OLE color: 2122243.

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

Color convert

RGB39832-
CMYK0.9700.670.62
HSL138.32º94.06%19.8%-
HSV(B)138.32º96.94%38.43%-
XYZ4.678.862.83-
YUV62.07111.0385.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=2.26%
G=73.68%
B=24.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398320.9700.670.62138.3294.0619.8
Hex36220610433E8a5e14
Octal31424014101037621213624
Binary11110001010000011000010100001111111010001010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036220; }

 p { color: rgb(3,98,32); }

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

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

 a { background-color: rgb(3,98,32); }

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

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

 span { border-color: rgb(3,98,32); }

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