#428576

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

Shades of Viridian #428576

Tints of Viridian #428576

Color information

#428576 (or 0x428576) is unknown color: approx Viridian. HEX triplet: 42, 85 and 76. RGB value is (66,133,118). Sum of RGB (Red+Green+Blue) = 66+133+118=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #428576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428576 is #BD7A89. Grayscale: #6F6F6F. Windows color (decimal): -12417674 or 7767362. OLE color: 7767362.

HSL color Cylindrical-coordinate representation of color #428576: hue angle of 166.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428576 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB66133118-
CMYK0.5000.110.48
HSL166.57º33.67%39.02%-
HSV(B)166.57º50.38%52.16%-
XYZ13.919.2420.12-
YUV111.26131.895.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=20.82%
G=41.96%
B=37.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331180.5000.110.48166.5733.6739.02
Hex428576320B30a72227
Octal10220516662013602474247
Binary10000101000010111101101100100101111000010100111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428576; }

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

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

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

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

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

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

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

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