#467959

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

Shades of Como #467959

Tints of Como #467959

Color information

#467959 (or 0x467959) is unknown color: approx Como. HEX triplet: 46, 79 and 59. RGB value is (70,121,89). Sum of RGB (Red+Green+Blue) = 70+121+89=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #467959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467959 is #B986A6. Grayscale: #666666. Windows color (decimal): -12158631 or 5863750. OLE color: 5863750.

HSL color Cylindrical-coordinate representation of color #467959: hue angle of 142.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467959 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7012189-
CMYK0.4200.260.53
HSL142.35º26.7%37.45%-
HSV(B)142.35º42.15%47.45%-
XYZ11.1715.711.89-
YUV102.1120.6105.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=25%
G=43.21%
B=31.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121890.4200.260.53142.3526.737.45
Hex4679592A01A358e1b25
Octal10617113152032652163345
Binary1000110111100110110011010100110101101011000111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467959; }

 p { color: rgb(70,121,89); }

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

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

 a { background-color: rgb(70,121,89); }

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

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

 span { border-color: rgb(70,121,89); }

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