#046D5D

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

Shades of Tropical Rain Forest #046D5D

Tints of Tropical Rain Forest #046D5D

Color information

#046D5D (or 0x046D5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6D and 5D. RGB value is (4,109,93). Sum of RGB (Red+Green+Blue) = 4+109+93=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #046D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D5D is #FB92A2. Grayscale: #4B4B4B. Windows color (decimal): -16487075 or 6122756. OLE color: 6122756.

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

Color convert

RGB410993-
CMYK0.9600.150.57
HSL170.86º92.92%22.16%-
HSV(B)170.86º96.33%42.75%-
XYZ7.4911.7512.23-
YUV75.78137.7176.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 109 (42.97% from 255) = 52.91%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=1.94%
G=52.91%
B=45.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4109930.9600.150.57170.8692.9222.16
Hex46D5D600F39ab5d16
Octal41551351400177125313526
Binary1001101101101110111000000111111100110101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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