#05745A

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

Shades of Tropical Rain Forest #05745A

Tints of Tropical Rain Forest #05745A

Color information

#05745A (or 0x05745A) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 74 and 5A. RGB value is (5,116,90). Sum of RGB (Red+Green+Blue) = 5+116+90=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #05745A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05745A is #FA8BA5. Grayscale: #4F4F4F. Windows color (decimal): -16419750 or 5927941. OLE color: 5927941.

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

Color convert

RGB511690-
CMYK0.9600.220.55
HSL165.95º91.74%23.73%-
HSV(B)165.95º95.69%45.49%-
XYZ8.1513.2611.8-
YUV79.85133.7374.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 116 (45.70% from 255) = 54.98%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=2.37%
G=54.98%
B=42.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116900.9600.220.55165.9591.7423.73
Hex5745A6001637a65c18
Octal51641321400266724613430
Binary10111101001011010110000001011011011110100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05745A; }

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

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

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

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

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

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

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

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