#46554D

Color #46554D Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #46554D

Tints of Plantation #46554D

Color information

#46554D (or 0x46554D) is unknown color: approx Plantation. HEX triplet: 46, 55 and 4D. RGB value is (70,85,77). Sum of RGB (Red+Green+Blue) = 70+85+77=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #46554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46554D is #B9AAB2. Grayscale: #4F4F4F. Windows color (decimal): -12167859 or 5068102. OLE color: 5068102.

HSL color Cylindrical-coordinate representation of color #46554D: hue angle of 148º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #46554D is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB708577-
CMYK0.1800.090.67
HSL148º9.68%30.39%-
HSV(B)148º17.65%33.33%-
XYZ7.118.338.26-
YUV79.6126.53121.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=30.17%
G=36.64%
B=33.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085770.1800.090.671489.6830.39
Hex46554D12094394a1e
Octal106125115220111032241236
Binary1000110101010110011011001001001100001110010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46554D; }

 p { color: rgb(70,85,77); }

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

<style>
 a { background-color: #46554D; }

 a { background-color: rgb(70,85,77); }

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

<style>
 span { border-color: #46554D; }

 span { border-color: rgb(70,85,77); }

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