#446553

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

Shades of Viridian Green #446553

Tints of Viridian Green #446553

Color information

#446553 (or 0x446553) is unknown color: approx Viridian Green. HEX triplet: 44, 65 and 53. RGB value is (68,101,83). Sum of RGB (Red+Green+Blue) = 68+101+83=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #446553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446553 is #BB9AAC. Grayscale: #595959. Windows color (decimal): -12294829 or 5465412. OLE color: 5465412.

HSL color Cylindrical-coordinate representation of color #446553: hue angle of 147.27º 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 #446553 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB6810183-
CMYK0.3300.180.60
HSL147.27º19.53%33.14%-
HSV(B)147.27º32.67%39.61%-
XYZ8.611.169.88-
YUV89.08124.57112.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=26.98%
G=40.08%
B=32.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68101830.3300.180.60147.2719.5333.14
Hex446553210123C931421
Octal10414512341022742232441
Binary1000100110010110100111000010100101111001001001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446553; }

 p { color: rgb(68,101,83); }

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

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

 a { background-color: rgb(68,101,83); }

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

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

 span { border-color: rgb(68,101,83); }

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