#428978

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

Shades of Viridian #428978

Tints of Viridian #428978

Color information

#428978 (or 0x428978) is unknown color: approx Viridian. HEX triplet: 42, 89 and 78. RGB value is (66,137,120). Sum of RGB (Red+Green+Blue) = 66+137+120=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #428978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428978 is #BD7687. Grayscale: #717171. Windows color (decimal): -12416648 or 7899458. OLE color: 7899458.

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

Color convert

RGB66137120-
CMYK0.5200.120.46
HSL165.63º34.98%39.8%-
HSV(B)165.63º51.82%53.73%-
XYZ14.5820.4120.94-
YUV113.83131.4893.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=20.43%
G=42.41%
B=37.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371200.5200.120.46165.6334.9839.8
Hex428978340C2Ea62328
Octal10221117064014562464350
Binary10000101000100111110001101000110010111010100110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428978; }

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

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

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

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

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

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

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

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