#03711F

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

Shades of Crusoe #03711F

Tints of Crusoe #03711F

Color information

#03711F (or 0x03711F) is unknown color: approx Crusoe. HEX triplet: 03, 71 and 1F. RGB value is (3,113,31). Sum of RGB (Red+Green+Blue) = 3+113+31=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #03711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03711F is #FC8EE0. Grayscale: #464646. Windows color (decimal): -16551649 or 2060547. OLE color: 2060547.

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

Color convert

RGB311331-
CMYK0.9700.730.56
HSL135.27º94.83%22.75%-
HSV(B)135.27º97.35%44.31%-
XYZ6.1911.933.27-
YUV70.76105.5679.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 113 (44.53% from 255) = 76.87%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=2.04%
G=76.87%
B=21.09%

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
Decimal3113310.9700.730.56135.2794.8322.75
Hex3711F6104938875f17
Octal31613714101117020713727
Binary1111100011111111000010100100111100010000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03711F; }

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

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

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

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

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

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

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

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