Html Css Color HEX #057464 Tropical Rain Forest

📋 copy color: '#057464'

red 5 ◦ green 116 ◦ blue 100

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

Shades of Tropical Rain Forest #057464

Tints of Tropical Rain Forest #057464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

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

R = 2.26%
G = 52.49%
B = 45.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#057464 (or 0x057464) is known color: Tropical Rain Forest. HEX triplet: 05, 74 and 64. RGB value is (5,116,100). Sum of RGB (Red+Green+Blue) = 5+116+100=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #057464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057464 is #FA8B9B. Grayscale: #505050. Windows color (decimal): -16419740 or 6583301. OLE color: 6583301.

HSL color Cylindrical-coordinate representation of color #057464: hue angle of 171.35º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057464 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 100 -
CMYK 0.96 0 0.14 0.55
HSL 171.35º 0.92% 0.24% -
HSV(B) 171.35º 0.96% 0.45% -
XYZ 8.61 13.44 14.2 -
YUV 80.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 5 116 100 0.96 0 0.14 0.55 171.35 0.92 0.24
Hex 5 74 64 60 0 E 37 AB 5C 18
Octal 5 164 144 140 0 16 67 253 134 30
Binary 101 1110100 1100100 1100000 0 1110 110111 10101011 1011100 11000

Color Harmonies of #057464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057464

Black with #057464

Text Example


Text Example

White with #057464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057464; }

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

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

background-color css

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

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

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

border-color css

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

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

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