#467353

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

Shades of Como #467353

Tints of Como #467353

Color information

#467353 (or 0x467353) is unknown color: approx Como. HEX triplet: 46, 73 and 53. RGB value is (70,115,83). Sum of RGB (Red+Green+Blue) = 70+115+83=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #467353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467353 is #B98CAC. Grayscale: #616161. Windows color (decimal): -12160173 or 5468998. OLE color: 5468998.

HSL color Cylindrical-coordinate representation of color #467353: hue angle of 137.33º 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 #467353 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB7011583-
CMYK0.3900.280.55
HSL137.33º24.32%36.27%-
HSV(B)137.33º39.13%45.1%-
XYZ10.2214.1910.38-
YUV97.9119.59108.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=26.12%
G=42.91%
B=30.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115830.3900.280.55137.3324.3236.27
Hex4673532701C37891824
Octal10616312347034672113044
Binary1000110111001110100111001110111001101111000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467353; }

 p { color: rgb(70,115,83); }

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

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

 a { background-color: rgb(70,115,83); }

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

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

 span { border-color: rgb(70,115,83); }

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