#456A56

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

Shades of Viridian Green #456A56

Tints of Viridian Green #456A56

Color information

#456A56 (or 0x456A56) is unknown color: approx Viridian Green. HEX triplet: 45, 6A and 56. RGB value is (69,106,86). Sum of RGB (Red+Green+Blue) = 69+106+86=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #456A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A56 is #BA95A9. Grayscale: #5C5C5C. Windows color (decimal): -12228010 or 5663301. OLE color: 5663301.

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

Color convert

RGB6910686-
CMYK0.3500.190.58
HSL147.57º21.14%34.31%-
HSV(B)147.57º34.91%41.57%-
XYZ9.2912.2510.68-
YUV92.66124.24111.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=26.44%
G=40.61%
B=32.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69106860.3500.190.58147.5721.1434.31
Hex456A56230133A941522
Octal10515212643023722242542
Binary1000101110101010101101000110100111110101001010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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