#446254

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

Shades of Viridian Green #446254

Tints of Viridian Green #446254

Color information

#446254 (or 0x446254) is unknown color: approx Viridian Green. HEX triplet: 44, 62 and 54. RGB value is (68,98,84). Sum of RGB (Red+Green+Blue) = 68+98+84=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #446254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446254 is #BB9DAB. Grayscale: #575757. Windows color (decimal): -12295596 or 5530180. OLE color: 5530180.

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

Color convert

RGB689884-
CMYK0.3100.140.62
HSL152º18.07%32.55%-
HSV(B)152º30.61%38.43%-
XYZ8.3510.69.99-
YUV87.43126.06114.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=27.2%
G=39.2%
B=33.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898840.3100.140.6215218.0732.55
Hex4462541F0E3E981221
Octal10414212437016762302241
Binary10001001100010101010011111011101111101001100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446254; }

 p { color: rgb(68,98,84); }

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

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

 a { background-color: rgb(68,98,84); }

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

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

 span { border-color: rgb(68,98,84); }

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