#05785B

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

Shades of Tropical Rain Forest #05785B

Tints of Tropical Rain Forest #05785B

Color information

#05785B (or 0x05785B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 78 and 5B. RGB value is (5,120,91). Sum of RGB (Red+Green+Blue) = 5+120+91=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #05785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05785B is #FA87A4. Grayscale: #525252. Windows color (decimal): -16418725 or 5994501. OLE color: 5994501.

HSL color Cylindrical-coordinate representation of color #05785B: hue angle of 164.87º 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 #05785B is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB512091-
CMYK0.9600.240.53
HSL164.87º92%24.51%-
HSV(B)164.87º95.83%47.06%-
XYZ8.6714.2212.19-
YUV82.31132.972.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=2.31%
G=55.56%
B=42.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120910.9600.240.53164.879224.51
Hex5785B6001835a55c19
Octal51701331400306524513431
Binary10111110001011011110000001100011010110100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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