#456755

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

Shades of Viridian Green #456755

Tints of Viridian Green #456755

Color information

#456755 (or 0x456755) is unknown color: approx Viridian Green. HEX triplet: 45, 67 and 55. RGB value is (69,103,85). Sum of RGB (Red+Green+Blue) = 69+103+85=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #456755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456755 is #BA98AA. Grayscale: #5A5A5A. Windows color (decimal): -12228779 or 5596997. OLE color: 5596997.

HSL color Cylindrical-coordinate representation of color #456755: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456755 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB6910385-
CMYK0.3300.170.60
HSL148.24º19.77%33.73%-
HSV(B)148.24º33.01%40.39%-
XYZ8.9411.6210.37-
YUV90.78124.74112.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=26.85%
G=40.08%
B=33.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69103850.3300.170.60148.2419.7733.73
Hex456755210113C941422
Octal10514712541021742242442
Binary1000101110011110101011000010100011111001001010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456755; }

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

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

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

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

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

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

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

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