#037062

Color #037062 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #037062

Tints of Tropical Rain Forest #037062

Color information

#037062 (or 0x037062) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 70 and 62. RGB value is (3,112,98). Sum of RGB (Red+Green+Blue) = 3+112+98=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #037062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037062 is #FC8F9D. Grayscale: #4D4D4D. Windows color (decimal): -16551838 or 6451203. OLE color: 6451203.

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

Color convert

RGB311298-
CMYK0.9700.130.56
HSL172.29º94.78%22.55%-
HSV(B)172.29º97.32%43.92%-
XYZ8.0412.4913.54-
YUV77.81139.3974.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=1.41%
G=52.58%
B=46.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112980.9700.130.56172.2994.7822.55
Hex37062610D38ac5f17
Octal31601421410157025413727
Binary111110000110001011000010110111100010101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037062; }

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

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

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

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

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

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

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

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