Html Css Color HEX #057359 Tropical Rain Forest

📋 copy color: '#057359'

red 5 ◦ green 115 ◦ blue 89

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

Shades of Tropical Rain Forest #057359

Tints of Tropical Rain Forest #057359

RGB

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

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

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

R = 2.39%
G = 55.02%
B = 42.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#057359 (or 0x057359) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 59. RGB value is (5,115,89). Sum of RGB (Red+Green+Blue) = 5+115+89=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #057359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057359 is #FA8CA6. Grayscale: #4F4F4F. Windows color (decimal): -16420007 or 5862149. OLE color: 5862149.

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

Color convert

RGB 5 115 89 -
CMYK 0.96 0 0.23 0.55
HSL 165.82º 0.92% 0.24% -
HSV(B) 165.82º 0.96% 0.45% -
XYZ 8 13.02 11.54 -
YUV 79.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 5 115 89 0.96 0 0.23 0.55 165.82 0.92 0.24
Hex 5 73 59 60 0 17 37 A6 5C 18
Octal 5 163 131 140 0 27 67 246 134 30
Binary 101 1110011 1011001 1100000 0 10111 110111 10100110 1011100 11000

Color Harmonies of #057359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057359

Black with #057359

Text Example


Text Example

White with #057359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057359; }

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

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

background-color css

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

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

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

border-color css

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

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

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