#057464

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

Shades of Tropical Rain Forest #057464

Tints of Tropical Rain Forest #057464

Color information

#057464 (or 0x057464) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 74 and 64. RGB value is (5,116,100). Sum of RGB (Red+Green+Blue) = 5+116+100=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #057464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057464 is #FA8B9B. Grayscale: #505050. Windows color (decimal): -16419740 or 6583301. OLE color: 6583301.

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

Color convert

RGB5116100-
CMYK0.9600.140.55
HSL171.35º91.74%23.73%-
HSV(B)171.35º95.69%45.49%-
XYZ8.6113.4414.2-
YUV80.99138.7373.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=2.26%
G=52.49%
B=45.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51161000.9600.140.55171.3591.7423.73
Hex57464600E37ab5c18
Octal51641441400166725313430
Binary1011110100110010011000000111011011110101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057464; }

 p { color: rgb(5,116,100); }

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

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

 a { background-color: rgb(5,116,100); }

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

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

 span { border-color: rgb(5,116,100); }

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