#036F2A

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

Shades of Crusoe #036F2A

Tints of Crusoe #036F2A

Color information

#036F2A (or 0x036F2A) is unknown color: approx Crusoe. HEX triplet: 03, 6F and 2A. RGB value is (3,111,42). Sum of RGB (Red+Green+Blue) = 3+111+42=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #036F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F2A is #FC90D5. Grayscale: #474747. Windows color (decimal): -16552150 or 2780931. OLE color: 2780931.

HSL color Cylindrical-coordinate representation of color #036F2A: hue angle of 141.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F2A is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB311142-
CMYK0.9700.620.56
HSL141.67º94.74%22.35%-
HSV(B)141.67º97.3%43.53%-
XYZ6.1411.564.1-
YUV70.84111.7279.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 111 (43.75% from 255) = 71.15%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=1.92%
G=71.15%
B=26.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111420.9700.620.56141.6794.7422.35
Hex36F2A6103E388e5f16
Octal3157521410767021613726
Binary1111011111010101100001011111011100010001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036F2A; }

 p { color: rgb(3,111,42); }

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

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

 a { background-color: rgb(3,111,42); }

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

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

 span { border-color: rgb(3,111,42); }

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