Html Css Color HEX #057360 Tropical Rain Forest

📋 copy color: '#057360'

red 5 ◦ green 115 ◦ blue 96

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

Shades of Tropical Rain Forest #057360

Tints of Tropical Rain Forest #057360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 2.31%
G = 53.24%
B = 44.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#057360 (or 0x057360) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 60. RGB value is (5,115,96). Sum of RGB (Red+Green+Blue) = 5+115+96=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #057360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057360 is #FA8C9F. Grayscale: #4F4F4F. Windows color (decimal): -16420000 or 6320901. OLE color: 6320901.

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

Color convert

RGB 5 115 96 -
CMYK 0.96 0 0.17 0.55
HSL 169.64º 0.92% 0.24% -
HSV(B) 169.64º 0.96% 0.45% -
XYZ 8.3 13.14 13.16 -
YUV 79.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 5 115 96 0.96 0 0.17 0.55 169.64 0.92 0.24
Hex 5 73 60 60 0 11 37 AA 5C 18
Octal 5 163 140 140 0 21 67 252 134 30
Binary 101 1110011 1100000 1100000 0 10001 110111 10101010 1011100 11000

Color Harmonies of #057360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057360

Black with #057360

Text Example


Text Example

White with #057360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057360; }

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

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

background-color css

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

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

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

border-color css

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

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

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