Html Css Color HEX #058460 Tropical Rain Forest

📋 copy color: '#058460'

red 5 ◦ green 132 ◦ blue 96

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

Shades of Tropical Rain Forest #058460

Tints of Tropical Rain Forest #058460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.65%

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

R = 2.15%
G = 56.65%
B = 41.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#058460 (or 0x058460) is known color: Tropical Rain Forest. HEX triplet: 05, 84 and 60. RGB value is (5,132,96). Sum of RGB (Red+Green+Blue) = 5+132+96=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #058460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058460 is #FA7B9F. Grayscale: #595959. Windows color (decimal): -16415648 or 6325253. OLE color: 6325253.

HSL color Cylindrical-coordinate representation of color #058460: hue angle of 162.99º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058460 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 96 -
CMYK 0.96 0 0.27 0.48
HSL 162.99º 0.93% 0.27% -
HSV(B) 162.99º 0.96% 0.52% -
XYZ 10.43 17.38 13.87 -
YUV 89.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 5 132 96 0.96 0 0.27 0.48 162.99 0.93 0.27
Hex 5 84 60 60 0 1B 30 A3 5D 1B
Octal 5 204 140 140 0 33 60 243 135 33
Binary 101 10000100 1100000 1100000 0 11011 110000 10100011 1011101 11011

Color Harmonies of #058460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058460

Black with #058460

Text Example


Text Example

White with #058460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058460; }

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

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

background-color css

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

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

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

border-color css

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

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

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