#036F1E

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

Shades of Crusoe #036F1E

Tints of Crusoe #036F1E

Color information

#036F1E (or 0x036F1E) is unknown color: approx Crusoe. HEX triplet: 03, 6F and 1E. RGB value is (3,111,30). Sum of RGB (Red+Green+Blue) = 3+111+30=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #036F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F1E is #FC90E1. Grayscale: #454545. Windows color (decimal): -16552162 or 1994499. OLE color: 1994499.

HSL color Cylindrical-coordinate representation of color #036F1E: hue angle of 135º 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 #036F1E is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB311130-
CMYK0.9700.730.56
HSL135º94.74%22.35%-
HSV(B)135º97.3%43.53%-
XYZ5.9611.483.13-
YUV69.47105.7280.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 111 (43.75% from 255) = 77.08%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=2.08%
G=77.08%
B=20.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111300.9700.730.5613594.7422.35
Hex36F1E6104938875f16
Octal31573614101117020713726
Binary1111011111111011000010100100111100010000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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