Html Css Color HEX #058065 Tropical Rain Forest

📋 copy color: '#058065'

red 5 ◦ green 128 ◦ blue 101

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

Shades of Tropical Rain Forest #058065

Tints of Tropical Rain Forest #058065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 2.14%
G = 54.7%
B = 43.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#058065 (or 0x058065) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 65. RGB value is (5,128,101). Sum of RGB (Red+Green+Blue) = 5+128+101=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #058065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058065 is #FA7F9A. Grayscale: #585858. Windows color (decimal): -16416667 or 6651909. OLE color: 6651909.

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

Color convert

RGB 5 128 101 -
CMYK 0.96 0 0.21 0.50
HSL 166.83º 0.92% 0.26% -
HSV(B) 166.83º 0.96% 0.5% -
XYZ 10.13 16.41 14.95 -
YUV 88.15 135.25 68.7 -
System Red Green Blue C M Y K H S L
Decimal 5 128 101 0.96 0 0.21 0.50 166.83 0.92 0.26
Hex 5 80 65 60 0 15 32 A7 5C 1A
Octal 5 200 145 140 0 25 62 247 134 32
Binary 101 10000000 1100101 1100000 0 10101 110010 10100111 1011100 11010

Color Harmonies of #058065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058065

Black with #058065

Text Example


Text Example

White with #058065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058065; }

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

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

background-color css

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

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

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

border-color css

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

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

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