#428977

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

Shades of Viridian #428977

Tints of Viridian #428977

Color information

#428977 (or 0x428977) is unknown color: approx Viridian. HEX triplet: 42, 89 and 77. RGB value is (66,137,119). Sum of RGB (Red+Green+Blue) = 66+137+119=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #428977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428977 is #BD7688. Grayscale: #717171. Windows color (decimal): -12416649 or 7833922. OLE color: 7833922.

HSL color Cylindrical-coordinate representation of color #428977: hue angle of 164.79º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428977 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB66137119-
CMYK0.5200.130.46
HSL164.79º34.98%39.8%-
HSV(B)164.79º51.82%53.73%-
XYZ14.5220.3820.62-
YUV113.72130.9893.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=20.50%
G=42.55%
B=36.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371190.5200.130.46164.7934.9839.8
Hex428977340D2Ea52328
Octal10221116764015562454350
Binary10000101000100111101111101000110110111010100101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428977; }

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

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

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

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

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

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

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

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