#446053

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

Shades of Viridian Green #446053

Tints of Viridian Green #446053

Color information

#446053 (or 0x446053) is unknown color: approx Viridian Green. HEX triplet: 44, 60 and 53. RGB value is (68,96,83). Sum of RGB (Red+Green+Blue) = 68+96+83=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #446053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446053 is #BB9FAC. Grayscale: #565656. Windows color (decimal): -12296109 or 5464132. OLE color: 5464132.

HSL color Cylindrical-coordinate representation of color #446053: hue angle of 152.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446053 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB689683-
CMYK0.2900.140.62
HSL152.14º17.07%32.16%-
HSV(B)152.14º29.17%37.65%-
XYZ8.1310.229.73-
YUV86.15126.22115.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=27.53%
G=38.87%
B=33.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896830.2900.140.62152.1417.0732.16
Hex4460531D0E3E981120
Octal10414012335016762302140
Binary10001001100000101001111101011101111101001100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446053; }

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

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

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

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

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

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

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

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