#036720

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

Shades of Crusoe #036720

Tints of Crusoe #036720

Color information

#036720 (or 0x036720) is unknown color: approx Crusoe. HEX triplet: 03, 67 and 20. RGB value is (3,103,32). Sum of RGB (Red+Green+Blue) = 3+103+32=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #036720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036720 is #FC98DF. Grayscale: #414141. Windows color (decimal): -16554208 or 2123523. OLE color: 2123523.

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

Color convert

RGB310332-
CMYK0.9700.690.60
HSL137.4º94.34%20.78%-
HSV(B)137.4º97.09%40.39%-
XYZ5.159.822.99-
YUV65.01109.3783.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 103 (40.62% from 255) = 74.64%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=2.17%
G=74.64%
B=23.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103320.9700.690.60137.494.3420.78
Hex36720610453C895e15
Octal31474014101057421113625
Binary11110011110000011000010100010111110010001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036720; }

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

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

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

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

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

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

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

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