#428477

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

Shades of Viridian #428477

Tints of Viridian #428477

Color information

#428477 (or 0x428477) is unknown color: approx Viridian. HEX triplet: 42, 84 and 77. RGB value is (66,132,119). Sum of RGB (Red+Green+Blue) = 66+132+119=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #428477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428477 is #BD7B88. Grayscale: #6E6E6E. Windows color (decimal): -12417929 or 7832642. OLE color: 7832642.

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

Color convert

RGB66132119-
CMYK0.500.100.48
HSL168.18º33.33%38.82%-
HSV(B)168.18º50%51.76%-
XYZ13.8318.9920.39-
YUV110.78132.6396.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=20.82%
G=41.64%
B=37.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321190.500.100.48168.1833.3338.82
Hex428477320A30a82127
Octal10220416762012602504147
Binary10000101000010011101111100100101011000010101000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428477; }

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

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

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

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

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

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

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

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