#057263

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

Shades of Tropical Rain Forest #057263

Tints of Tropical Rain Forest #057263

Color information

#057263 (or 0x057263) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 72 and 63. RGB value is (5,114,99). Sum of RGB (Red+Green+Blue) = 5+114+99=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #057263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057263 is #FA8D9C. Grayscale: #4F4F4F. Windows color (decimal): -16420253 or 6517253. OLE color: 6517253.

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

Color convert

RGB511499-
CMYK0.9600.130.55
HSL171.74º91.6%23.33%-
HSV(B)171.74º95.61%44.71%-
XYZ8.3312.9713.87-
YUV79.7138.8974.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=2.29%
G=52.29%
B=45.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114990.9600.130.55171.7491.623.33
Hex57263600D37ac5c17
Octal51621431400156725413427
Binary1011110010110001111000000110111011110101100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057263; }

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

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

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

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

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

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

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

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