Html Css Color HEX #058559 Tropical Rain Forest

📋 copy color: '#058559'

red 5 ◦ green 133 ◦ blue 89

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

Shades of Tropical Rain Forest #058559

Tints of Tropical Rain Forest #058559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.59%

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

R = 2.2%
G = 58.59%
B = 39.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#058559 (or 0x058559) is known color: Tropical Rain Forest. HEX triplet: 05, 85 and 59. RGB value is (5,133,89). Sum of RGB (Red+Green+Blue) = 5+133+89=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #058559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058559 is #FA7AA6. Grayscale: #595959. Windows color (decimal): -16415399 or 5866757. OLE color: 5866757.

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

Color convert

RGB 5 133 89 -
CMYK 0.96 0 0.33 0.48
HSL 159.38º 0.93% 0.27% -
HSV(B) 159.38º 0.96% 0.52% -
XYZ 10.25 17.53 12.29 -
YUV 89.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 5 133 89 0.96 0 0.33 0.48 159.38 0.93 0.27
Hex 5 85 59 60 0 21 30 9F 5D 1B
Octal 5 205 131 140 0 41 60 237 135 33
Binary 101 10000101 1011001 1100000 0 100001 110000 10011111 1011101 11011

Color Harmonies of #058559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058559

Black with #058559

Text Example


Text Example

White with #058559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058559; }

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

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

background-color css

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

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

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

border-color css

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

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

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