#445D52

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

Shades of Viridian Green #445D52

Tints of Viridian Green #445D52

Color information

#445D52 (or 0x445D52) is unknown color: approx Viridian Green. HEX triplet: 44, 5D and 52. RGB value is (68,93,82). Sum of RGB (Red+Green+Blue) = 68+93+82=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #445D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D52 is #BBA2AD. Grayscale: #545454. Windows color (decimal): -12296878 or 5397828. OLE color: 5397828.

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

Color convert

RGB689382-
CMYK0.2700.120.64
HSL153.6º15.53%31.57%-
HSV(B)153.6º26.88%36.47%-
XYZ7.829.679.44-
YUV84.27126.72116.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=27.98%
G=38.27%
B=33.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893820.2700.120.64153.615.5331.57
Hex445D521B0C409a1020
Octal104135122330141002322040
Binary100010010111011010010110110110010000001001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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