Html Css Color HEX #037560 Tropical Rain Forest

📋 copy color: '#037560'

red 3 ◦ green 117 ◦ blue 96

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

Shades of Tropical Rain Forest #037560

Tints of Tropical Rain Forest #037560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

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

R = 1.39%
G = 54.17%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#037560 (or 0x037560) is known color: Tropical Rain Forest. HEX triplet: 03, 75 and 60. RGB value is (3,117,96). Sum of RGB (Red+Green+Blue) = 3+117+96=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #037560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037560 is #FC8A9F. Grayscale: #505050. Windows color (decimal): -16550560 or 6321411. OLE color: 6321411.

HSL color Cylindrical-coordinate representation of color #037560: hue angle of 168.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037560 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 96 -
CMYK 0.97 0 0.18 0.54
HSL 168.95º 0.95% 0.24% -
HSV(B) 168.95º 0.97% 0.46% -
XYZ 8.51 13.59 13.24 -
YUV 80.52 136.73 72.71 -
System Red Green Blue C M Y K H S L
Decimal 3 117 96 0.97 0 0.18 0.54 168.95 0.95 0.24
Hex 3 75 60 61 0 12 36 A9 5F 18
Octal 3 165 140 141 0 22 66 251 137 30
Binary 11 1110101 1100000 1100001 0 10010 110110 10101001 1011111 11000

Color Harmonies of #037560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037560

Black with #037560

Text Example


Text Example

White with #037560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037560; }

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

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

background-color css

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

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

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

border-color css

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

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

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