#468057

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

Shades of Como #468057

Tints of Como #468057

Color information

#468057 (or 0x468057) is unknown color: approx Como. HEX triplet: 46, 80 and 57. RGB value is (70,128,87). Sum of RGB (Red+Green+Blue) = 70+128+87=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #468057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468057 is #B97FA8. Grayscale: #6A6A6A. Windows color (decimal): -12156841 or 5734470. OLE color: 5734470.

HSL color Cylindrical-coordinate representation of color #468057: hue angle of 137.59º 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 #468057 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB7012887-
CMYK0.4500.320.50
HSL137.59º29.29%38.82%-
HSV(B)137.59º45.31%50.2%-
XYZ11.9717.4311.75-
YUV105.98117.28102.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=24.56%
G=44.91%
B=30.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128870.4500.320.50137.5929.2938.82
Hex4680572D020328a1d27
Octal10620012755040622123547
Binary100011010000000101011110110101000001100101000101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468057; }

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

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

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

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

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

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

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

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