Html Css Color HEX #037060 Tropical Rain Forest

📋 copy color: '#037060'

red 3 ◦ green 112 ◦ blue 96

#037060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #037060

Tints of Tropical Rain Forest #037060

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 112 (44.14% from 255) = 53.08%

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 1.42%
G = 53.08%
B = 45.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#037060 (or 0x037060) is known color: Tropical Rain Forest. HEX triplet: 03, 70 and 60. RGB value is (3,112,96). Sum of RGB (Red+Green+Blue) = 3+112+96=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #037060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037060 is #FC8F9F. Grayscale: #4D4D4D. Windows color (decimal): -16551840 or 6320131. OLE color: 6320131.

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

Color convert

RGB 3 112 96 -
CMYK 0.97 0 0.14 0.56
HSL 171.19º 0.95% 0.23% -
HSV(B) 171.19º 0.97% 0.44% -
XYZ 7.94 12.45 13.05 -
YUV 77.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 3 112 96 0.97 0 0.14 0.56 171.19 0.95 0.23
Hex 3 70 60 61 0 E 38 AB 5F 17
Octal 3 160 140 141 0 16 70 253 137 27
Binary 11 1110000 1100000 1100001 0 1110 111000 10101011 1011111 10111

Color Harmonies of #037060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037060

Black with #037060

Text Example


Text Example

White with #037060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037060; }

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

 H1.HeaderClassName
 {
   color: #037060;
 }
 .AnyTagClassName
 {
   color: #037060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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