#037F66

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

Shades of Tropical Rain Forest #037F66

Tints of Tropical Rain Forest #037F66

Color information

#037F66 (or 0x037F66) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 7F and 66. RGB value is (3,127,102). Sum of RGB (Red+Green+Blue) = 3+127+102=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #037F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F66 is #FC8099. Grayscale: #575757. Windows color (decimal): -16547994 or 6717187. OLE color: 6717187.

HSL color Cylindrical-coordinate representation of color #037F66: hue angle of 167.9º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F66 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB3127102-
CMYK0.9800.200.50
HSL167.9º95.38%25.49%-
HSV(B)167.9º97.64%49.8%-
XYZ10.0316.1615.16-
YUV87.07136.4268.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 127 (50% from 255) = 54.74%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=1.29%
G=54.74%
B=43.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31271020.9800.200.50167.995.3825.49
Hex37F666201432a85f19
Octal31771461420246225013731
Binary1111111111100110110001001010011001010101000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037F66; }

 p { color: rgb(3,127,102); }

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

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

 a { background-color: rgb(3,127,102); }

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

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

 span { border-color: rgb(3,127,102); }

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