#03702E

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

Shades of Crusoe #03702E

Tints of Crusoe #03702E

Color information

#03702E (or 0x03702E) is unknown color: approx Crusoe. HEX triplet: 03, 70 and 2E. RGB value is (3,112,46). Sum of RGB (Red+Green+Blue) = 3+112+46=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #03702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03702E is #FC8FD1. Grayscale: #484848. Windows color (decimal): -16551890 or 3043331. OLE color: 3043331.

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

Color convert

RGB311246-
CMYK0.9700.590.56
HSL143.67º94.78%22.55%-
HSV(B)143.67º97.32%43.92%-
XYZ6.3211.84.53-
YUV71.89113.3978.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 112 (44.14% from 255) = 69.57%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=1.86%
G=69.57%
B=28.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112460.9700.590.56143.6794.7822.55
Hex3702E6103B38905f17
Octal3160561410737022013727
Binary1111100001011101100001011101111100010010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,112,46); }

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

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

 a { background-color: rgb(3,112,46); }

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

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

 span { border-color: rgb(3,112,46); }

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