#05725C

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

Shades of Tropical Rain Forest #05725C

Tints of Tropical Rain Forest #05725C

Color information

#05725C (or 0x05725C) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 72 and 5C. RGB value is (5,114,92). Sum of RGB (Red+Green+Blue) = 5+114+92=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #05725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05725C is #FA8DA3. Grayscale: #4E4E4E. Windows color (decimal): -16420260 or 6058501. OLE color: 6058501.

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

Color convert

RGB511492-
CMYK0.9600.190.55
HSL167.89º91.6%23.33%-
HSV(B)167.89º95.61%44.71%-
XYZ8.0112.8412.18-
YUV78.9135.3975.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=2.37%
G=54.03%
B=43.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114920.9600.190.55167.8991.623.33
Hex5725C6001337a85c17
Octal51621341400236725013427
Binary10111100101011100110000001001111011110101000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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