#426A54

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

Shades of Viridian Green #426A54

Tints of Viridian Green #426A54

Color information

#426A54 (or 0x426A54) is unknown color: approx Viridian Green. HEX triplet: 42, 6A and 54. RGB value is (66,106,84). Sum of RGB (Red+Green+Blue) = 66+106+84=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #426A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A54 is #BD95AB. Grayscale: #5B5B5B. Windows color (decimal): -12424620 or 5532226. OLE color: 5532226.

HSL color Cylindrical-coordinate representation of color #426A54: hue angle of 147º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A54 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB6610684-
CMYK0.3800.210.58
HSL147º23.26%33.73%-
HSV(B)147º37.74%41.57%-
XYZ912.1110.25-
YUV91.53123.75109.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=25.78%
G=41.41%
B=32.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106840.3800.210.5814723.2633.73
Hex426A54260153A931722
Octal10215212446025722232742
Binary1000010110101010101001001100101011110101001001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A54; }

 p { color: rgb(66,106,84); }

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

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

 a { background-color: rgb(66,106,84); }

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

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

 span { border-color: rgb(66,106,84); }

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