#456053

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

Shades of Viridian Green #456053

Tints of Viridian Green #456053

Color information

#456053 (or 0x456053) is unknown color: approx Viridian Green. HEX triplet: 45, 60 and 53. RGB value is (69,96,83). Sum of RGB (Red+Green+Blue) = 69+96+83=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #456053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456053 is #BA9FAC. Grayscale: #565656. Windows color (decimal): -12230573 or 5464133. OLE color: 5464133.

HSL color Cylindrical-coordinate representation of color #456053: hue angle of 151.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #456053 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB699683-
CMYK0.2800.140.62
HSL151.11º16.36%32.35%-
HSV(B)151.11º28.12%37.65%-
XYZ8.210.269.73-
YUV86.44126.05115.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=27.82%
G=38.71%
B=33.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996830.2800.140.62151.1116.3632.35
Hex4560531C0E3E971020
Octal10514012334016762272040
Binary10001011100000101001111100011101111101001011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456053; }

 p { color: rgb(69,96,83); }

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

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

 a { background-color: rgb(69,96,83); }

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

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

 span { border-color: rgb(69,96,83); }

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