#446655

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

Shades of Viridian Green #446655

Tints of Viridian Green #446655

Color information

#446655 (or 0x446655) is unknown color: approx Viridian Green. HEX triplet: 44, 66 and 55. RGB value is (68,102,85). Sum of RGB (Red+Green+Blue) = 68+102+85=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #446655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446655 is #BB99AA. Grayscale: #595959. Windows color (decimal): -12294571 or 5596740. OLE color: 5596740.

HSL color Cylindrical-coordinate representation of color #446655: hue angle of 150º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446655 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB6810285-
CMYK0.3300.170.6
HSL150º20%33.33%-
HSV(B)150º33.33%40%-
XYZ8.7711.3910.33-
YUV89.9125.24112.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=26.67%
G=40%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102850.3300.170.61502033.33
Hex446655210113C961421
Octal10414612541021742262441
Binary1000100110011010101011000010100011111001001011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446655; }

 p { color: rgb(68,102,85); }

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

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

 a { background-color: rgb(68,102,85); }

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

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

 span { border-color: rgb(68,102,85); }

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