Html Css Color HEX #058063 Tropical Rain Forest

📋 copy color: '#058063'

red 5 ◦ green 128 ◦ blue 99

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

Shades of Tropical Rain Forest #058063

Tints of Tropical Rain Forest #058063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 2.16%
G = 55.17%
B = 42.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#058063 (or 0x058063) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 63. RGB value is (5,128,99). Sum of RGB (Red+Green+Blue) = 5+128+99=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #058063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058063 is #FA7F9C. Grayscale: #575757. Windows color (decimal): -16416669 or 6520837. OLE color: 6520837.

HSL color Cylindrical-coordinate representation of color #058063: hue angle of 165.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058063 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 99 -
CMYK 0.96 0 0.23 0.50
HSL 165.85º 0.92% 0.26% -
HSV(B) 165.85º 0.96% 0.5% -
XYZ 10.03 16.37 14.44 -
YUV 87.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 5 128 99 0.96 0 0.23 0.50 165.85 0.92 0.26
Hex 5 80 63 60 0 17 32 A6 5C 1A
Octal 5 200 143 140 0 27 62 246 134 32
Binary 101 10000000 1100011 1100000 0 10111 110010 10100110 1011100 11010

Color Harmonies of #058063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058063

Black with #058063

Text Example


Text Example

White with #058063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058063; }

 p { color: rgb(5,128,99); }

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

background-color css

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

 a { background-color: rgb(5,128,99); }

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

border-color css

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

 span { border-color: rgb(5,128,99); }

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