#05775E

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

Shades of Tropical Rain Forest #05775E

Tints of Tropical Rain Forest #05775E

Color information

#05775E (or 0x05775E) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 77 and 5E. RGB value is (5,119,94). Sum of RGB (Red+Green+Blue) = 5+119+94=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #05775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05775E is #FA88A1. Grayscale: #525252. Windows color (decimal): -16418978 or 6190853. OLE color: 6190853.

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

Color convert

RGB511994-
CMYK0.9600.210.53
HSL166.84º91.94%24.31%-
HSV(B)166.84º95.8%46.67%-
XYZ8.6814.0312.84-
YUV82.06134.7373.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=2.29%
G=54.59%
B=43.12%

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
Decimal5119940.9600.210.53166.8491.9424.31
Hex5775E6001535a75c18
Octal51671361400256524713430
Binary10111101111011110110000001010111010110100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05775E; }

 p { color: rgb(5,119,94); }

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

<style>
 a { background-color: #05775E; }

 a { background-color: rgb(5,119,94); }

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

<style>
 span { border-color: #05775E; }

 span { border-color: rgb(5,119,94); }

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