#05755B

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

Shades of Tropical Rain Forest #05755B

Tints of Tropical Rain Forest #05755B

Color information

#05755B (or 0x05755B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 75 and 5B. RGB value is (5,117,91). Sum of RGB (Red+Green+Blue) = 5+117+91=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #05755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05755B is #FA8AA4. Grayscale: #505050. Windows color (decimal): -16419493 or 5993733. OLE color: 5993733.

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

Color convert

RGB511791-
CMYK0.9600.220.54
HSL166.07º91.8%23.92%-
HSV(B)166.07º95.73%45.88%-
XYZ8.3113.5112.07-
YUV80.55133.8974.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=2.35%
G=54.93%
B=42.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117910.9600.220.54166.0791.823.92
Hex5755B6001636a65c18
Octal51651331400266624613430
Binary10111101011011011110000001011011011010100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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