#428674

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

Shades of Viridian #428674

Tints of Viridian #428674

Color information

#428674 (or 0x428674) is unknown color: approx Viridian. HEX triplet: 42, 86 and 74. RGB value is (66,134,116). Sum of RGB (Red+Green+Blue) = 66+134+116=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #428674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428674 is #BD798B. Grayscale: #6F6F6F. Windows color (decimal): -12417420 or 7636546. OLE color: 7636546.

HSL color Cylindrical-coordinate representation of color #428674: hue angle of 164.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428674 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB66134116-
CMYK0.5100.130.47
HSL164.12º34%39.22%-
HSV(B)164.12º50.75%52.55%-
XYZ13.9219.4719.55-
YUV111.62130.4795.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=20.89%
G=42.41%
B=36.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661341160.5100.130.47164.123439.22
Hex428674330D2Fa42227
Octal10220616463015572444247
Binary10000101000011011101001100110110110111110100100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428674; }

 p { color: rgb(66,134,116); }

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

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

 a { background-color: rgb(66,134,116); }

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

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

 span { border-color: rgb(66,134,116); }

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