#03712C

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

Shades of Crusoe #03712C

Tints of Crusoe #03712C

Color information

#03712C (or 0x03712C) is unknown color: approx Crusoe. HEX triplet: 03, 71 and 2C. RGB value is (3,113,44). Sum of RGB (Red+Green+Blue) = 3+113+44=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #03712C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03712C is #FC8ED3. Grayscale: #484848. Windows color (decimal): -16551636 or 2912515. OLE color: 2912515.

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

Color convert

RGB311344-
CMYK0.9700.610.56
HSL142.36º94.83%22.75%-
HSV(B)142.36º97.35%44.31%-
XYZ6.412.014.36-
YUV72.24112.0678.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 113 (44.53% from 255) = 70.62%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=1.88%
G=70.62%
B=27.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3113440.9700.610.56142.3694.8322.75
Hex3712C6103D388e5f17
Octal3161541410757021613727
Binary1111100011011001100001011110111100010001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03712C; }

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

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

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

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

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

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

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

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