#456152

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

Shades of Viridian Green #456152

Tints of Viridian Green #456152

Color information

#456152 (or 0x456152) is unknown color: approx Viridian Green. HEX triplet: 45, 61 and 52. RGB value is (69,97,82). Sum of RGB (Red+Green+Blue) = 69+97+82=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #456152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456152 is #BA9EAD. Grayscale: #565656. Windows color (decimal): -12230318 or 5398853. OLE color: 5398853.

HSL color Cylindrical-coordinate representation of color #456152: hue angle of 147.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #456152 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB699782-
CMYK0.2900.150.62
HSL147.86º16.87%32.55%-
HSV(B)147.86º28.87%38.04%-
XYZ8.2510.429.56-
YUV86.92125.22115.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=27.82%
G=39.11%
B=33.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997820.2900.150.62147.8616.8732.55
Hex4561521D0F3E941121
Octal10514112235017762242141
Binary10001011100001101001011101011111111101001010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456152; }

 p { color: rgb(69,97,82); }

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

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

 a { background-color: rgb(69,97,82); }

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

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

 span { border-color: rgb(69,97,82); }

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