#428676

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

Shades of Viridian #428676

Tints of Viridian #428676

Color information

#428676 (or 0x428676) is unknown color: approx Viridian. HEX triplet: 42, 86 and 76. RGB value is (66,134,118). Sum of RGB (Red+Green+Blue) = 66+134+118=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #428676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428676 is #BD7989. Grayscale: #6F6F6F. Windows color (decimal): -12417418 or 7767618. OLE color: 7767618.

HSL color Cylindrical-coordinate representation of color #428676: hue angle of 165.88º 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 #428676 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB66134118-
CMYK0.5100.120.47
HSL165.88º34%39.22%-
HSV(B)165.88º50.75%52.55%-
XYZ14.0419.5220.17-
YUV111.84131.4795.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=20.75%
G=42.14%
B=37.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661341180.5100.120.47165.883439.22
Hex428676330C2Fa62227
Octal10220616663014572464247
Binary10000101000011011101101100110110010111110100110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428676; }

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

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

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

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

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

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

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

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