Html Css Color HEX #057361 Tropical Rain Forest

📋 copy color: '#057361'

red 5 ◦ green 115 ◦ blue 97

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

Shades of Tropical Rain Forest #057361

Tints of Tropical Rain Forest #057361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53%

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

R = 2.3%
G = 53%
B = 44.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#057361 (or 0x057361) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 61. RGB value is (5,115,97). Sum of RGB (Red+Green+Blue) = 5+115+97=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #057361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057361 is #FA8C9E. Grayscale: #505050. Windows color (decimal): -16419999 or 6386437. OLE color: 6386437.

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

Color convert

RGB 5 115 97 -
CMYK 0.96 0 0.16 0.55
HSL 170.18º 0.92% 0.24% -
HSV(B) 170.18º 0.96% 0.45% -
XYZ 8.35 13.16 13.41 -
YUV 80.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 5 115 97 0.96 0 0.16 0.55 170.18 0.92 0.24
Hex 5 73 61 60 0 10 37 AA 5C 18
Octal 5 163 141 140 0 20 67 252 134 30
Binary 101 1110011 1100001 1100000 0 10000 110111 10101010 1011100 11000

Color Harmonies of #057361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057361

Black with #057361

Text Example


Text Example

White with #057361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057361; }

 p { color: rgb(5,115,97); }

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

background-color css

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

 a { background-color: rgb(5,115,97); }

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

border-color css

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

 span { border-color: rgb(5,115,97); }

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