#046B5D

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

Shades of Tropical Rain Forest #046B5D

Tints of Tropical Rain Forest #046B5D

Color information

#046B5D (or 0x046B5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6B and 5D. RGB value is (4,107,93). Sum of RGB (Red+Green+Blue) = 4+107+93=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #046B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B5D is #FB94A2. Grayscale: #4A4A4A. Windows color (decimal): -16487587 or 6122244. OLE color: 6122244.

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

Color convert

RGB410793-
CMYK0.9600.130.58
HSL171.84º92.79%21.76%-
HSV(B)171.84º96.26%41.96%-
XYZ7.2811.3312.16-
YUV74.61138.3877.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=1.96%
G=52.45%
B=45.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107930.9600.130.58171.8492.7921.76
Hex46B5D600D3Aac5d16
Octal41531351400157225413526
Binary1001101011101110111000000110111101010101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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