#046F5F

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

Shades of Tropical Rain Forest #046F5F

Tints of Tropical Rain Forest #046F5F

Color information

#046F5F (or 0x046F5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6F and 5F. RGB value is (4,111,95). Sum of RGB (Red+Green+Blue) = 4+111+95=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #046F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F5F is #FB90A0. Grayscale: #4D4D4D. Windows color (decimal): -16486561 or 6254340. OLE color: 6254340.

HSL color Cylindrical-coordinate representation of color #046F5F: hue angle of 171.03º 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 #046F5F is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB411195-
CMYK0.9600.140.56
HSL171.03º93.04%22.55%-
HSV(B)171.03º96.4%43.53%-
XYZ7.812.2212.77-
YUV77.18138.0575.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=1.90%
G=52.86%
B=45.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111950.9600.140.56171.0393.0422.55
Hex46F5F600E38ab5d17
Octal41571371400167025313527
Binary1001101111101111111000000111011100010101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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