Html Css Color HEX #057058 Tropical Rain Forest

📋 copy color: '#057058'

red 5 ◦ green 112 ◦ blue 88

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

Shades of Tropical Rain Forest #057058

Tints of Tropical Rain Forest #057058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 2.44%
G = 54.63%
B = 42.93%

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

#057058 (or 0x057058) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 58. RGB value is (5,112,88). Sum of RGB (Red+Green+Blue) = 5+112+88=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #057058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057058 is #FA8FA7. Grayscale: #4D4D4D. Windows color (decimal): -16420776 or 5795845. OLE color: 5795845.

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

Color convert

RGB 5 112 88 -
CMYK 0.96 0 0.21 0.56
HSL 166.54º 0.91% 0.23% -
HSV(B) 166.54º 0.96% 0.44% -
XYZ 7.62 12.33 11.21 -
YUV 77.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 5 112 88 0.96 0 0.21 0.56 166.54 0.91 0.23
Hex 5 70 58 60 0 15 38 A7 5B 17
Octal 5 160 130 140 0 25 70 247 133 27
Binary 101 1110000 1011000 1100000 0 10101 111000 10100111 1011011 10111

Color Harmonies of #057058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057058

Black with #057058

Text Example


Text Example

White with #057058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057058; }

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

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

background-color css

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

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

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

border-color css

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

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

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