#428476

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

Shades of Viridian #428476

Tints of Viridian #428476

Color information

#428476 (or 0x428476) is unknown color: approx Viridian. HEX triplet: 42, 84 and 76. RGB value is (66,132,118). Sum of RGB (Red+Green+Blue) = 66+132+118=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #428476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428476 is #BD7B89. Grayscale: #6E6E6E. Windows color (decimal): -12417930 or 7767106. OLE color: 7767106.

HSL color Cylindrical-coordinate representation of color #428476: hue angle of 167.27º degrees, saturation: 0.33, 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 #428476 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB66132118-
CMYK0.500.110.48
HSL167.27º33.33%38.82%-
HSV(B)167.27º50%51.76%-
XYZ13.7718.9720.08-
YUV110.67132.1396.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=20.89%
G=41.77%
B=37.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321180.500.110.48167.2733.3338.82
Hex428476320B30a72127
Octal10220416662013602474147
Binary10000101000010011101101100100101111000010100111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428476; }

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

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

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

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

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

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

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

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