#05755A

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

Shades of Tropical Rain Forest #05755A

Tints of Tropical Rain Forest #05755A

Color information

#05755A (or 0x05755A) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 75 and 5A. RGB value is (5,117,90). Sum of RGB (Red+Green+Blue) = 5+117+90=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #05755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05755A is #FA8AA5. Grayscale: #505050. Windows color (decimal): -16419494 or 5928197. OLE color: 5928197.

HSL color Cylindrical-coordinate representation of color #05755A: hue angle of 165.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05755A is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB511790-
CMYK0.9600.230.54
HSL165.54º91.8%23.92%-
HSV(B)165.54º95.73%45.88%-
XYZ8.2713.4911.84-
YUV80.43133.3974.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=2.36%
G=55.19%
B=42.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117900.9600.230.54165.5491.823.92
Hex5755A6001736a65c18
Octal51651321400276624613430
Binary10111101011011010110000001011111011010100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05755A; }

 p { color: rgb(5,117,90); }

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

<style>
 a { background-color: #05755A; }

 a { background-color: rgb(5,117,90); }

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

<style>
 span { border-color: #05755A; }

 span { border-color: rgb(5,117,90); }

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