#036920

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

Shades of Crusoe #036920

Tints of Crusoe #036920

Color information

#036920 (or 0x036920) is unknown color: approx Crusoe. HEX triplet: 03, 69 and 20. RGB value is (3,105,32). Sum of RGB (Red+Green+Blue) = 3+105+32=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 105 (41.41% from 255 or 75% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 105 - color contains mainly: green. Hex color #036920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036920 is #FC96DF. Grayscale: #424242. Windows color (decimal): -16553696 or 2124035. OLE color: 2124035.

HSL color Cylindrical-coordinate representation of color #036920: hue angle of 137.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036920 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB310532-
CMYK0.9700.700.59
HSL137.06º94.44%21.18%-
HSV(B)137.06º97.14%41.18%-
XYZ5.3510.233.06-
YUV66.18108.7182.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 105 (41.41% from 255) = 75%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=2.14%
G=75%
B=22.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105320.9700.700.59137.0694.4421.18
Hex36920610463B895e15
Octal31514014101067321113625
Binary11110100110000011000010100011011101110001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036920; }

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

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

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

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

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

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

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

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