#05785F

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

Shades of Tropical Rain Forest #05785F

Tints of Tropical Rain Forest #05785F

Color information

#05785F (or 0x05785F) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 78 and 5F. RGB value is (5,120,95). Sum of RGB (Red+Green+Blue) = 5+120+95=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #05785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05785F is #FA87A0. Grayscale: #525252. Windows color (decimal): -16418721 or 6256645. OLE color: 6256645.

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

Color convert

RGB512095-
CMYK0.9600.210.53
HSL166.96º92%24.51%-
HSV(B)166.96º95.83%47.06%-
XYZ8.8414.2913.12-
YUV82.76134.972.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=2.27%
G=54.55%
B=43.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120950.9600.210.53166.969224.51
Hex5785F6001535a75c19
Octal51701371400256524713431
Binary10111110001011111110000001010111010110100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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