Html Css Color HEX #057059 Tropical Rain Forest

📋 copy color: '#057059'

red 5 ◦ green 112 ◦ blue 89

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

Shades of Tropical Rain Forest #057059

Tints of Tropical Rain Forest #057059

RGB

 RED value IS 5 (2.34% from 255) = 2.43%

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

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 2.43%
G = 54.37%
B = 43.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#057059 (or 0x057059) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 59. RGB value is (5,112,89). Sum of RGB (Red+Green+Blue) = 5+112+89=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #057059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057059 is #FA8FA6. Grayscale: #4D4D4D. Windows color (decimal): -16420775 or 5861381. OLE color: 5861381.

HSL color Cylindrical-coordinate representation of color #057059: hue angle of 167.1º degrees, saturation: 0.91, 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 #057059 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 89 -
CMYK 0.96 0 0.21 0.56
HSL 167.1º 0.91% 0.23% -
HSV(B) 167.1º 0.96% 0.44% -
XYZ 7.66 12.34 11.43 -
YUV 77.39 134.55 76.37 -
System Red Green Blue C M Y K H S L
Decimal 5 112 89 0.96 0 0.21 0.56 167.1 0.91 0.23
Hex 5 70 59 60 0 15 38 A7 5B 17
Octal 5 160 131 140 0 25 70 247 133 27
Binary 101 1110000 1011001 1100000 0 10101 111000 10100111 1011011 10111

Color Harmonies of #057059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057059

Black with #057059

Text Example


Text Example

White with #057059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057059; }

 p { color: rgb(5,112,89); }

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

background-color css

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

 a { background-color: rgb(5,112,89); }

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

border-color css

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

 span { border-color: rgb(5,112,89); }

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