#03712B

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

Shades of Crusoe #03712B

Tints of Crusoe #03712B

Color information

#03712B (or 0x03712B) is unknown color: approx Crusoe. HEX triplet: 03, 71 and 2B. RGB value is (3,113,43). Sum of RGB (Red+Green+Blue) = 3+113+43=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 113 (44.53% from 255 or 71.07% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 113 - color contains mainly: green. Hex color #03712B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03712B is #FC8ED4. Grayscale: #484848. Windows color (decimal): -16551637 or 2846979. OLE color: 2846979.

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

Color convert

RGB311343-
CMYK0.9700.620.56
HSL141.82º94.83%22.75%-
HSV(B)141.82º97.35%44.31%-
XYZ6.38124.27-
YUV72.13111.5678.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 113 (44.53% from 255) = 71.07%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=1.89%
G=71.07%
B=27.04%

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
Decimal3113430.9700.620.56141.8294.8322.75
Hex3712B6103E388e5f17
Octal3161531410767021613727
Binary1111100011010111100001011111011100010001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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