Html Css Color HEX #047061 Tropical Rain Forest

📋 copy color: '#047061'

red 4 ◦ green 112 ◦ blue 97

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

Shades of Tropical Rain Forest #047061

Tints of Tropical Rain Forest #047061

RGB

 RED value IS 4 (1.95% from 255) = 1.88%

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

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 1.88%
G = 52.58%
B = 45.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#047061 (or 0x047061) is known color: Tropical Rain Forest. HEX triplet: 04, 70 and 61. RGB value is (4,112,97). Sum of RGB (Red+Green+Blue) = 4+112+97=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #047061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047061 is #FB8F9E. Grayscale: #4D4D4D. Windows color (decimal): -16486303 or 6385668. OLE color: 6385668.

HSL color Cylindrical-coordinate representation of color #047061: hue angle of 171.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047061 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 97 -
CMYK 0.96 0 0.13 0.56
HSL 171.67º 0.93% 0.23% -
HSV(B) 171.67º 0.96% 0.44% -
XYZ 8 12.48 13.3 -
YUV 78 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 4 112 97 0.96 0 0.13 0.56 171.67 0.93 0.23
Hex 4 70 61 60 0 D 38 AC 5D 17
Octal 4 160 141 140 0 15 70 254 135 27
Binary 100 1110000 1100001 1100000 0 1101 111000 10101100 1011101 10111

Color Harmonies of #047061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047061

Black with #047061

Text Example


Text Example

White with #047061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047061; }

 p { color: rgb(4,112,97); }

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

background-color css

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

 a { background-color: rgb(4,112,97); }

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

border-color css

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

 span { border-color: rgb(4,112,97); }

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