#468056

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

Shades of Como #468056

Tints of Como #468056

Color information

#468056 (or 0x468056) is unknown color: approx Como. HEX triplet: 46, 80 and 56. RGB value is (70,128,86). Sum of RGB (Red+Green+Blue) = 70+128+86=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #468056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468056 is #B97FA9. Grayscale: #696969. Windows color (decimal): -12156842 or 5668934. OLE color: 5668934.

HSL color Cylindrical-coordinate representation of color #468056: hue angle of 136.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468056 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB7012886-
CMYK0.4500.330.50
HSL136.55º29.29%38.82%-
HSV(B)136.55º45.31%50.2%-
XYZ11.9217.4111.54-
YUV105.87116.78102.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=24.65%
G=45.07%
B=30.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128860.4500.330.50136.5529.2938.82
Hex4680562D02132891d27
Octal10620012655041622113547
Binary100011010000000101011010110101000011100101000100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468056; }

 p { color: rgb(70,128,86); }

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

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

 a { background-color: rgb(70,128,86); }

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

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

 span { border-color: rgb(70,128,86); }

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