#046B5A

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

Shades of Tropical Rain Forest #046B5A

Tints of Tropical Rain Forest #046B5A

Color information

#046B5A (or 0x046B5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6B and 5A. RGB value is (4,107,90). Sum of RGB (Red+Green+Blue) = 4+107+90=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #046B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B5A is #FB94A5. Grayscale: #4A4A4A. Windows color (decimal): -16487590 or 5925636. OLE color: 5925636.

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

Color convert

RGB410790-
CMYK0.9600.160.58
HSL170.1º92.79%21.76%-
HSV(B)170.1º96.26%41.96%-
XYZ7.1511.2811.47-
YUV74.26136.8877.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=1.99%
G=53.23%
B=44.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107900.9600.160.58170.192.7921.76
Hex46B5A600103Aaa5d16
Octal41531321400207225213526
Binary10011010111011010110000001000011101010101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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