#037261

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

Shades of Tropical Rain Forest #037261

Tints of Tropical Rain Forest #037261

Color information

#037261 (or 0x037261) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 72 and 61. RGB value is (3,114,97). Sum of RGB (Red+Green+Blue) = 3+114+97=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #037261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037261 is #FC8D9E. Grayscale: #4E4E4E. Windows color (decimal): -16551327 or 6386179. OLE color: 6386179.

HSL color Cylindrical-coordinate representation of color #037261: hue angle of 170.81º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037261 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB311497-
CMYK0.9700.150.55
HSL170.81º94.87%22.94%-
HSV(B)170.81º97.37%44.71%-
XYZ8.2112.9213.37-
YUV78.87138.2373.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=1.40%
G=53.27%
B=45.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114970.9700.150.55170.8194.8722.94
Hex37261610F37ab5f17
Octal31621411410176725313727
Binary111110010110000111000010111111011110101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037261; }

 p { color: rgb(3,114,97); }

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

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

 a { background-color: rgb(3,114,97); }

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

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

 span { border-color: rgb(3,114,97); }

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