#036F1F

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

Shades of Crusoe #036F1F

Tints of Crusoe #036F1F

Color information

#036F1F (or 0x036F1F) is unknown color: approx Crusoe. HEX triplet: 03, 6F and 1F. RGB value is (3,111,31). Sum of RGB (Red+Green+Blue) = 3+111+31=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #036F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F1F is #FC90E0. Grayscale: #454545. Windows color (decimal): -16552161 or 2060035. OLE color: 2060035.

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

Color convert

RGB311131-
CMYK0.9700.720.56
HSL135.56º94.74%22.35%-
HSV(B)135.56º97.3%43.53%-
XYZ5.9711.493.2-
YUV69.59106.2280.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 111 (43.75% from 255) = 76.55%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=2.07%
G=76.55%
B=21.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111310.9700.720.56135.5694.7422.35
Hex36F1F6104838885f16
Octal31573714101107021013726
Binary1111011111111111000010100100011100010001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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