Html Css Color HEX #058064 Tropical Rain Forest

📋 copy color: '#058064'

red 5 ◦ green 128 ◦ blue 100

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

Shades of Tropical Rain Forest #058064

Tints of Tropical Rain Forest #058064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 2.15%
G = 54.94%
B = 42.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#058064 (or 0x058064) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 64. RGB value is (5,128,100). Sum of RGB (Red+Green+Blue) = 5+128+100=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #058064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058064 is #FA7F9B. Grayscale: #585858. Windows color (decimal): -16416668 or 6586373. OLE color: 6586373.

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

Color convert

RGB 5 128 100 -
CMYK 0.96 0 0.22 0.50
HSL 166.34º 0.92% 0.26% -
HSV(B) 166.34º 0.96% 0.5% -
XYZ 10.08 16.39 14.69 -
YUV 88.03 134.75 68.78 -
System Red Green Blue C M Y K H S L
Decimal 5 128 100 0.96 0 0.22 0.50 166.34 0.92 0.26
Hex 5 80 64 60 0 16 32 A6 5C 1A
Octal 5 200 144 140 0 26 62 246 134 32
Binary 101 10000000 1100100 1100000 0 10110 110010 10100110 1011100 11010

Color Harmonies of #058064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058064

Black with #058064

Text Example


Text Example

White with #058064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058064; }

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

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

background-color css

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

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

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

border-color css

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

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

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