#455D52

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

Shades of Viridian Green #455D52

Tints of Viridian Green #455D52

Color information

#455D52 (or 0x455D52) is unknown color: approx Viridian Green. HEX triplet: 45, 5D and 52. RGB value is (69,93,82). Sum of RGB (Red+Green+Blue) = 69+93+82=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #455D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D52 is #BAA2AD. Grayscale: #545454. Windows color (decimal): -12231342 or 5397829. OLE color: 5397829.

HSL color Cylindrical-coordinate representation of color #455D52: hue angle of 152.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D52 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB699382-
CMYK0.2600.120.64
HSL152.5º14.81%31.76%-
HSV(B)152.5º25.81%36.47%-
XYZ7.899.79.44-
YUV84.57126.55116.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=28.28%
G=38.11%
B=33.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993820.2600.120.64152.514.8131.76
Hex455D521A0C4098f20
Octal105135122320141002301740
Binary10001011011101101001011010011001000000100110001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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