#046D5A

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

Shades of Tropical Rain Forest #046D5A

Tints of Tropical Rain Forest #046D5A

Color information

#046D5A (or 0x046D5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6D and 5A. RGB value is (4,109,90). Sum of RGB (Red+Green+Blue) = 4+109+90=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #046D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D5A is #FB92A5. Grayscale: #4B4B4B. Windows color (decimal): -16487078 or 5926148. OLE color: 5926148.

HSL color Cylindrical-coordinate representation of color #046D5A: hue angle of 169.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046D5A is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB410990-
CMYK0.9600.170.57
HSL169.14º92.92%22.16%-
HSV(B)169.14º96.33%42.75%-
XYZ7.3611.711.54-
YUV75.44136.2177.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 109 (42.97% from 255) = 53.69%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=1.97%
G=53.69%
B=44.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4109900.9600.170.57169.1492.9222.16
Hex46D5A6001139a95d16
Octal41551321400217125113526
Binary10011011011011010110000001000111100110101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046D5A; }

 p { color: rgb(4,109,90); }

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

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

 a { background-color: rgb(4,109,90); }

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

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

 span { border-color: rgb(4,109,90); }

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