Html Css Color HEX #057358 Tropical Rain Forest

📋 copy color: '#057358'

red 5 ◦ green 115 ◦ blue 88

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

Shades of Tropical Rain Forest #057358

Tints of Tropical Rain Forest #057358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 2.4%
G = 55.29%
B = 42.31%

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

#057358 (or 0x057358) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 58. RGB value is (5,115,88). Sum of RGB (Red+Green+Blue) = 5+115+88=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #057358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057358 is #FA8CA7. Grayscale: #4F4F4F. Windows color (decimal): -16420008 or 5796613. OLE color: 5796613.

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

Color convert

RGB 5 115 88 -
CMYK 0.96 0 0.23 0.55
HSL 165.27º 0.92% 0.24% -
HSV(B) 165.27º 0.96% 0.45% -
XYZ 7.95 13 11.32 -
YUV 79.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 5 115 88 0.96 0 0.23 0.55 165.27 0.92 0.24
Hex 5 73 58 60 0 17 37 A5 5C 18
Octal 5 163 130 140 0 27 67 245 134 30
Binary 101 1110011 1011000 1100000 0 10111 110111 10100101 1011100 11000

Color Harmonies of #057358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057358

Black with #057358

Text Example


Text Example

White with #057358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057358; }

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

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

background-color css

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

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

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

border-color css

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

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

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