#046B5B

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

Shades of Tropical Rain Forest #046B5B

Tints of Tropical Rain Forest #046B5B

Color information

#046B5B (or 0x046B5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6B and 5B. RGB value is (4,107,91). Sum of RGB (Red+Green+Blue) = 4+107+91=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #046B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B5B is #FB94A4. Grayscale: #4A4A4A. Windows color (decimal): -16487589 or 5991172. OLE color: 5991172.

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

Color convert

RGB410791-
CMYK0.9600.150.58
HSL170.68º92.79%21.76%-
HSV(B)170.68º96.26%41.96%-
XYZ7.211.311.7-
YUV74.38137.3877.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.98%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=1.98%
G=52.97%
B=45.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107910.9600.150.58170.6892.7921.76
Hex46B5B600F3Aab5d16
Octal41531331400177225313526
Binary1001101011101101111000000111111101010101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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