#05795C

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

Shades of Tropical Rain Forest #05795C

Tints of Tropical Rain Forest #05795C

Color information

#05795C (or 0x05795C) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 79 and 5C. RGB value is (5,121,92). Sum of RGB (Red+Green+Blue) = 5+121+92=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #05795C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05795C is #FA86A3. Grayscale: #535353. Windows color (decimal): -16418468 or 6060293. OLE color: 6060293.

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

Color convert

RGB512192-
CMYK0.9600.240.53
HSL165º92.06%24.71%-
HSV(B)165º95.87%47.45%-
XYZ8.8314.4812.45-
YUV83.01133.0772.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=2.29%
G=55.50%
B=42.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121920.9600.240.5316592.0624.71
Hex5795C6001835a55c19
Octal51711341400306524513431
Binary10111110011011100110000001100011010110100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05795C; }

 p { color: rgb(5,121,92); }

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

<style>
 a { background-color: #05795C; }

 a { background-color: rgb(5,121,92); }

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

<style>
 span { border-color: #05795C; }

 span { border-color: rgb(5,121,92); }

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