#456C56

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

Shades of Como #456C56

Tints of Como #456C56

Color information

#456C56 (or 0x456C56) is unknown color: approx Como. HEX triplet: 45, 6C and 56. RGB value is (69,108,86). Sum of RGB (Red+Green+Blue) = 69+108+86=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #456C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C56 is #BA93A9. Grayscale: #5D5D5D. Windows color (decimal): -12227498 or 5663813. OLE color: 5663813.

HSL color Cylindrical-coordinate representation of color #456C56: hue angle of 146.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C56 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB6910886-
CMYK0.3600.200.58
HSL146.15º22.03%34.71%-
HSV(B)146.15º36.11%42.35%-
XYZ9.512.6610.75-
YUV93.83123.58110.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=26.24%
G=41.06%
B=32.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69108860.3600.200.58146.1522.0334.71
Hex456C56240143A921623
Octal10515412644024722222643
Binary1000101110110010101101001000101001110101001001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C56; }

 p { color: rgb(69,108,86); }

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

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

 a { background-color: rgb(69,108,86); }

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

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

 span { border-color: rgb(69,108,86); }

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