#046F5B

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

Shades of Tropical Rain Forest #046F5B

Tints of Tropical Rain Forest #046F5B

Color information

#046F5B (or 0x046F5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6F and 5B. RGB value is (4,111,91). Sum of RGB (Red+Green+Blue) = 4+111+91=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #046F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F5B is #FB90A4. Grayscale: #4C4C4C. Windows color (decimal): -16486565 or 5992196. OLE color: 5992196.

HSL color Cylindrical-coordinate representation of color #046F5B: hue angle of 168.79º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F5B is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB411191-
CMYK0.9600.180.56
HSL168.79º93.04%22.55%-
HSV(B)168.79º96.4%43.53%-
XYZ7.6212.1511.84-
YUV76.73136.0576.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=1.94%
G=53.88%
B=44.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111910.9600.180.56168.7993.0422.55
Hex46F5B6001238a95d17
Octal41571331400227025113527
Binary10011011111011011110000001001011100010101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,111,91); }

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

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

 a { background-color: rgb(4,111,91); }

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

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

 span { border-color: rgb(4,111,91); }

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