#468160

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

Shades of Como #468160

Tints of Como #468160

Color information

#468160 (or 0x468160) is unknown color: approx Como. HEX triplet: 46, 81 and 60. RGB value is (70,129,96). Sum of RGB (Red+Green+Blue) = 70+129+96=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #468160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468160 is #B97E9F. Grayscale: #6B6B6B. Windows color (decimal): -12156576 or 6324550. OLE color: 6324550.

HSL color Cylindrical-coordinate representation of color #468160: hue angle of 146.44º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468160 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB7012996-
CMYK0.4600.260.49
HSL146.44º29.65%39.02%-
HSV(B)146.44º45.74%50.59%-
XYZ12.4917.8513.85-
YUV107.6121.45101.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=23.73%
G=43.73%
B=32.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129960.4600.260.49146.4429.6539.02
Hex4681602E01A31921e27
Octal10620114056032612223647
Binary10001101000000111000001011100110101100011001001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468160; }

 p { color: rgb(70,129,96); }

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

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

 a { background-color: rgb(70,129,96); }

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

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

 span { border-color: rgb(70,129,96); }

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