Html Css Color HEX #037064 Tropical Rain Forest

📋 copy color: '#037064'

red 3 ◦ green 112 ◦ blue 100

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

Shades of Tropical Rain Forest #037064

Tints of Tropical Rain Forest #037064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 1.4%
G = 52.09%
B = 46.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#037064 (or 0x037064) is known color: Tropical Rain Forest. HEX triplet: 03, 70 and 64. RGB value is (3,112,100). Sum of RGB (Red+Green+Blue) = 3+112+100=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #037064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037064 is #FC8F9B. Grayscale: #4D4D4D. Windows color (decimal): -16551836 or 6582275. OLE color: 6582275.

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

Color convert

RGB 3 112 100 -
CMYK 0.97 0 0.11 0.56
HSL 173.39º 0.95% 0.23% -
HSV(B) 173.39º 0.97% 0.44% -
XYZ 8.13 12.53 14.05 -
YUV 78.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 3 112 100 0.97 0 0.11 0.56 173.39 0.95 0.23
Hex 3 70 64 61 0 B 38 AD 5F 17
Octal 3 160 144 141 0 13 70 255 137 27
Binary 11 1110000 1100100 1100001 0 1011 111000 10101101 1011111 10111

Color Harmonies of #037064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037064

Black with #037064

Text Example


Text Example

White with #037064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037064; }

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

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

background-color css

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

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

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

border-color css

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

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

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