#456B56

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

Shades of Viridian Green #456B56

Tints of Viridian Green #456B56

Color information

#456B56 (or 0x456B56) is unknown color: approx Viridian Green. HEX triplet: 45, 6B and 56. RGB value is (69,107,86). Sum of RGB (Red+Green+Blue) = 69+107+86=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #456B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B56 is #BA94A9. Grayscale: #5D5D5D. Windows color (decimal): -12227754 or 5663557. OLE color: 5663557.

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

Color convert

RGB6910786-
CMYK0.3600.200.58
HSL146.84º21.59%34.51%-
HSV(B)146.84º35.51%41.96%-
XYZ9.3912.4510.71-
YUV93.24123.91110.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=26.34%
G=40.84%
B=32.82%

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
Decimal69107860.3600.200.58146.8421.5934.51
Hex456B56240143A931623
Octal10515312644024722232643
Binary1000101110101110101101001000101001110101001001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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