Html Css Color HEX #05805A Tropical Rain Forest

📋 copy color: '#05805A'

red 5 ◦ green 128 ◦ blue 90

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

Shades of Tropical Rain Forest #05805A

Tints of Tropical Rain Forest #05805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 2.24%
G = 57.4%
B = 40.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#05805A (or 0x05805A) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 5A. RGB value is (5,128,90). Sum of RGB (Red+Green+Blue) = 5+128+90=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #05805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05805A is #FA7FA5. Grayscale: #565656. Windows color (decimal): -16416678 or 5931013. OLE color: 5931013.

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

Color convert

RGB 5 128 90 -
CMYK 0.96 0 0.30 0.50
HSL 161.46º 0.92% 0.26% -
HSV(B) 161.46º 0.96% 0.5% -
XYZ 9.63 16.21 12.29 -
YUV 86.89 129.75 69.59 -
System Red Green Blue C M Y K H S L
Decimal 5 128 90 0.96 0 0.30 0.50 161.46 0.92 0.26
Hex 5 80 5A 60 0 1E 32 A1 5C 1A
Octal 5 200 132 140 0 36 62 241 134 32
Binary 101 10000000 1011010 1100000 0 11110 110010 10100001 1011100 11010

Color Harmonies of #05805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05805A

Black with #05805A

Text Example


Text Example

White with #05805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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