#05795B

Color #05795B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #05795B

Tints of Tropical Rain Forest #05795B

Color information

#05795B (or 0x05795B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 79 and 5B. RGB value is (5,121,91). Sum of RGB (Red+Green+Blue) = 5+121+91=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #05795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05795B is #FA86A4. Grayscale: #525252. Windows color (decimal): -16418469 or 5994757. OLE color: 5994757.

HSL color Cylindrical-coordinate representation of color #05795B: hue angle of 164.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05795B is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB512191-
CMYK0.9600.250.53
HSL164.48º92.06%24.71%-
HSV(B)164.48º95.87%47.45%-
XYZ8.7914.4612.23-
YUV82.9132.5772.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=2.30%
G=55.76%
B=41.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121910.9600.250.53164.4892.0624.71
Hex5795B6001935a45c19
Octal51711331400316524413431
Binary10111110011011011110000001100111010110100100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05795B; }

 p { color: rgb(5,121,91); }

 H1.HeaderClassName
 {
   color: #05795B;
 }
 .AnyTagClassName
 {
   color: #05795B;
 }
</style>
background-color css

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

 a { background-color: rgb(5,121,91); }

 div.DivClassName
 {
   background-color: #05795B;
 }
 .BgClassName
 {
   background-color: #05795B;
 }
</style>
border-color css

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

 span { border-color: rgb(5,121,91); }

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