Html Css Color HEX #057362 Tropical Rain Forest

📋 copy color: '#057362'

red 5 ◦ green 115 ◦ blue 98

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

Shades of Tropical Rain Forest #057362

Tints of Tropical Rain Forest #057362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 2.29%
G = 52.75%
B = 44.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#057362 (or 0x057362) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 62. RGB value is (5,115,98). Sum of RGB (Red+Green+Blue) = 5+115+98=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #057362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057362 is #FA8C9D. Grayscale: #505050. Windows color (decimal): -16419998 or 6451973. OLE color: 6451973.

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

Color convert

RGB 5 115 98 -
CMYK 0.96 0 0.15 0.55
HSL 170.73º 0.92% 0.24% -
HSV(B) 170.73º 0.96% 0.45% -
XYZ 8.4 13.18 13.66 -
YUV 80.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 5 115 98 0.96 0 0.15 0.55 170.73 0.92 0.24
Hex 5 73 62 60 0 F 37 AB 5C 18
Octal 5 163 142 140 0 17 67 253 134 30
Binary 101 1110011 1100010 1100000 0 1111 110111 10101011 1011100 11000

Color Harmonies of #057362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057362

Black with #057362

Text Example


Text Example

White with #057362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057362; }

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

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

background-color css

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

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

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

border-color css

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

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

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