#03731E

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

Shades of Crusoe #03731E

Tints of Crusoe #03731E

Color information

#03731E (or 0x03731E) is unknown color: approx Crusoe. HEX triplet: 03, 73 and 1E. RGB value is (3,115,30). Sum of RGB (Red+Green+Blue) = 3+115+30=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #03731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03731E is #FC8CE1. Grayscale: #484848. Windows color (decimal): -16551138 or 1995523. OLE color: 1995523.

HSL color Cylindrical-coordinate representation of color #03731E: hue angle of 134.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03731E is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB311530-
CMYK0.9700.740.55
HSL134.46º94.92%23.14%-
HSV(B)134.46º97.39%45.1%-
XYZ6.412.373.28-
YUV71.82104.3978.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 115 (45.31% from 255) = 77.70%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=2.03%
G=77.70%
B=20.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3115300.9700.740.55134.4694.9223.14
Hex3731E6104A37865f17
Octal31633614101126720613727
Binary1111100111111011000010100101011011110000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03731E; }

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

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

<style>
 a { background-color: #03731E; }

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

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

<style>
 span { border-color: #03731E; }

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

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