#037960

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

Shades of Tropical Rain Forest #037960

Tints of Tropical Rain Forest #037960

Color information

#037960 (or 0x037960) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 79 and 60. RGB value is (3,121,96). Sum of RGB (Red+Green+Blue) = 3+121+96=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #037960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037960 is #FC869F. Grayscale: #525252. Windows color (decimal): -16549536 or 6322435. OLE color: 6322435.

HSL color Cylindrical-coordinate representation of color #037960: hue angle of 167.29º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037960 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB312196-
CMYK0.9800.210.53
HSL167.29º95.16%24.31%-
HSV(B)167.29º97.52%47.45%-
XYZ8.9914.5413.4-
YUV82.87135.4171.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=1.36%
G=55%
B=43.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3121960.9800.210.53167.2995.1624.31
Hex379606201535a75f18
Octal31711401420256524713730
Binary1111110011100000110001001010111010110100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037960; }

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

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

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

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

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

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

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

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