Html Css Color HEX #057064 Tropical Rain Forest

📋 copy color: '#057064'

red 5 ◦ green 112 ◦ blue 100

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

Shades of Tropical Rain Forest #057064

Tints of Tropical Rain Forest #057064

RGB

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

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

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

R = 2.3%
G = 51.61%
B = 46.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#057064 (or 0x057064) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 64. RGB value is (5,112,100). Sum of RGB (Red+Green+Blue) = 5+112+100=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #057064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057064 is #FA8F9B. Grayscale: #4E4E4E. Windows color (decimal): -16420764 or 6582277. OLE color: 6582277.

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

Color convert

RGB 5 112 100 -
CMYK 0.96 0 0.11 0.56
HSL 173.27º 0.91% 0.23% -
HSV(B) 173.27º 0.96% 0.44% -
XYZ 8.16 12.54 14.05 -
YUV 78.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 5 112 100 0.96 0 0.11 0.56 173.27 0.91 0.23
Hex 5 70 64 60 0 B 38 AD 5B 17
Octal 5 160 144 140 0 13 70 255 133 27
Binary 101 1110000 1100100 1100000 0 1011 111000 10101101 1011011 10111

Color Harmonies of #057064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057064

Black with #057064

Text Example


Text Example

White with #057064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057064; }

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

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

background-color css

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

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

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

border-color css

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

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

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