#05725F

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

Shades of Tropical Rain Forest #05725F

Tints of Tropical Rain Forest #05725F

Color information

#05725F (or 0x05725F) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 72 and 5F. RGB value is (5,114,95). Sum of RGB (Red+Green+Blue) = 5+114+95=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #05725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05725F is #FA8DA0. Grayscale: #4F4F4F. Windows color (decimal): -16420257 or 6255109. OLE color: 6255109.

HSL color Cylindrical-coordinate representation of color #05725F: hue angle of 169.54º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05725F is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB511495-
CMYK0.9600.170.55
HSL169.54º91.6%23.33%-
HSV(B)169.54º95.61%44.71%-
XYZ8.1512.8912.89-
YUV79.24136.8975.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=2.34%
G=53.27%
B=44.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114950.9600.170.55169.5491.623.33
Hex5725F6001137aa5c17
Octal51621371400216725213427
Binary10111100101011111110000001000111011110101010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05725F; }

 p { color: rgb(5,114,95); }

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

<style>
 a { background-color: #05725F; }

 a { background-color: rgb(5,114,95); }

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

<style>
 span { border-color: #05725F; }

 span { border-color: rgb(5,114,95); }

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