#05785D

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

Shades of Tropical Rain Forest #05785D

Tints of Tropical Rain Forest #05785D

Color information

#05785D (or 0x05785D) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 78 and 5D. RGB value is (5,120,93). Sum of RGB (Red+Green+Blue) = 5+120+93=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #05785D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05785D is #FA87A2. Grayscale: #525252. Windows color (decimal): -16418723 or 6125573. OLE color: 6125573.

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

Color convert

RGB512093-
CMYK0.9600.220.53
HSL165.91º92%24.51%-
HSV(B)165.91º95.83%47.06%-
XYZ8.7514.2612.65-
YUV82.54133.972.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=2.29%
G=55.05%
B=42.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120930.9600.220.53165.919224.51
Hex5785D6001635a65c19
Octal51701351400266524613431
Binary10111110001011101110000001011011010110100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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