#467259

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

Shades of Como #467259

Tints of Como #467259

Color information

#467259 (or 0x467259) is unknown color: approx Como. HEX triplet: 46, 72 and 59. RGB value is (70,114,89). Sum of RGB (Red+Green+Blue) = 70+114+89=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #467259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467259 is #B98DA6. Grayscale: #626262. Windows color (decimal): -12160423 or 5861958. OLE color: 5861958.

HSL color Cylindrical-coordinate representation of color #467259: hue angle of 145.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467259 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7011489-
CMYK0.3900.220.55
HSL145.91º23.91%36.08%-
HSV(B)145.91º38.6%44.71%-
XYZ10.3514.0611.62-
YUV97.99122.92108.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=25.64%
G=41.76%
B=32.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114890.3900.220.55145.9123.9136.08
Hex4672592701637921824
Octal10616213147026672223044
Binary1000110111001010110011001110101101101111001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467259; }

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

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

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

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

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

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

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

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