#446C56

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

Shades of Viridian Green #446C56

Tints of Viridian Green #446C56

Color information

#446C56 (or 0x446C56) is unknown color: approx Viridian Green. HEX triplet: 44, 6C and 56. RGB value is (68,108,86). Sum of RGB (Red+Green+Blue) = 68+108+86=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #446C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C56 is #BB93A9. Grayscale: #5D5D5D. Windows color (decimal): -12293034 or 5663812. OLE color: 5663812.

HSL color Cylindrical-coordinate representation of color #446C56: hue angle of 147º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #446C56 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB6810886-
CMYK0.3700.200.58
HSL147º22.73%34.51%-
HSV(B)147º37.04%42.35%-
XYZ9.4312.6310.74-
YUV93.53123.75109.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=25.95%
G=41.22%
B=32.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108860.3700.200.5814722.7334.51
Hex446C56250143A931723
Octal10415412645024722232743
Binary1000100110110010101101001010101001110101001001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C56; }

 p { color: rgb(68,108,86); }

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

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

 a { background-color: rgb(68,108,86); }

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

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

 span { border-color: rgb(68,108,86); }

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