#445F52

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

Shades of Viridian Green #445F52

Tints of Viridian Green #445F52

Color information

#445F52 (or 0x445F52) is unknown color: approx Viridian Green. HEX triplet: 44, 5F and 52. RGB value is (68,95,82). Sum of RGB (Red+Green+Blue) = 68+95+82=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #445F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F52 is #BBA0AD. Grayscale: #555555. Windows color (decimal): -12296366 or 5398340. OLE color: 5398340.

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

Color convert

RGB689582-
CMYK0.2800.140.63
HSL151.11º16.56%31.96%-
HSV(B)151.11º28.42%37.25%-
XYZ810.029.5-
YUV85.44126.05115.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=27.76%
G=38.78%
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.63
SystemRedGreenBlueCMYKHSL
Decimal6895820.2800.140.63151.1116.5631.96
Hex445F521C0E3F971120
Octal10413712234016772272140
Binary10001001011111101001011100011101111111001011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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