#046B61

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

Shades of Tropical Rain Forest #046B61

Tints of Tropical Rain Forest #046B61

Color information

#046B61 (or 0x046B61) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 6B and 61. RGB value is (4,107,97). Sum of RGB (Red+Green+Blue) = 4+107+97=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #046B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B61 is #FB949E. Grayscale: #4B4B4B. Windows color (decimal): -16487583 or 6384388. OLE color: 6384388.

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

Color convert

RGB410797-
CMYK0.9600.090.58
HSL174.17º92.79%21.76%-
HSV(B)174.17º96.26%41.96%-
XYZ7.4711.413.12-
YUV75.06140.3877.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=1.92%
G=51.44%
B=46.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107970.9600.090.58174.1792.7921.76
Hex46B6160093Aae5d16
Octal41531411400117225613526
Binary1001101011110000111000000100111101010101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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