#456A55

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

Shades of Viridian Green #456A55

Tints of Viridian Green #456A55

Color information

#456A55 (or 0x456A55) is unknown color: approx Viridian Green. HEX triplet: 45, 6A and 55. RGB value is (69,106,85). Sum of RGB (Red+Green+Blue) = 69+106+85=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #456A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A55 is #BA95AA. Grayscale: #5C5C5C. Windows color (decimal): -12228011 or 5597765. OLE color: 5597765.

HSL color Cylindrical-coordinate representation of color #456A55: hue angle of 145.95º 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 #456A55 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB6910685-
CMYK0.3500.200.58
HSL145.95º21.14%34.31%-
HSV(B)145.95º34.91%41.57%-
XYZ9.2512.2310.47-
YUV92.54123.74111.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 106 (41.80% from 255) = 40.77%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=26.54%
G=40.77%
B=32.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69106850.3500.200.58145.9521.1434.31
Hex456A55230143A921522
Octal10515212543024722222542
Binary1000101110101010101011000110101001110101001001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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