#446352

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

Shades of Viridian Green #446352

Tints of Viridian Green #446352

Color information

#446352 (or 0x446352) is unknown color: approx Viridian Green. HEX triplet: 44, 63 and 52. RGB value is (68,99,82). Sum of RGB (Red+Green+Blue) = 68+99+82=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #446352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446352 is #BB9CAD. Grayscale: #575757. Windows color (decimal): -12295342 or 5399364. OLE color: 5399364.

HSL color Cylindrical-coordinate representation of color #446352: hue angle of 147.1º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446352 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB689982-
CMYK0.3100.170.61
HSL147.1º18.56%32.75%-
HSV(B)147.1º31.31%38.82%-
XYZ8.3710.769.62-
YUV87.79124.73113.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=27.31%
G=39.76%
B=32.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899820.3100.170.61147.118.5632.75
Hex4463521F0113D931321
Octal10414312237021752232341
Binary100010011000111010010111110100011111011001001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446352; }

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

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

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

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

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

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

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

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