#455A52

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

Shades of Viridian Green #455A52

Tints of Viridian Green #455A52

Color information

#455A52 (or 0x455A52) is unknown color: approx Viridian Green. HEX triplet: 45, 5A and 52. RGB value is (69,90,82). Sum of RGB (Red+Green+Blue) = 69+90+82=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #455A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A52 is #BAA5AD. Grayscale: #525252. Windows color (decimal): -12232110 or 5397061. OLE color: 5397061.

HSL color Cylindrical-coordinate representation of color #455A52: hue angle of 157.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A52 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB699082-
CMYK0.2300.090.65
HSL157.14º13.21%31.18%-
HSV(B)157.14º23.33%35.29%-
XYZ7.639.199.35-
YUV82.81127.54118.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=28.63%
G=37.34%
B=34.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990820.2300.090.65157.1413.2131.18
Hex455A521709419dd1f
Octal105132122270111012351537
Binary1000101101101010100101011101001100000110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A52; }

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

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

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

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

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

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

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

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