#428E70

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

Shades of Viridian #428E70

Tints of Viridian #428E70

Color information

#428E70 (or 0x428E70) is unknown color: approx Viridian. HEX triplet: 42, 8E and 70. RGB value is (66,142,112). Sum of RGB (Red+Green+Blue) = 66+142+112=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #428E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E70 is #BD718F. Grayscale: #737373. Windows color (decimal): -12415376 or 7376450. OLE color: 7376450.

HSL color Cylindrical-coordinate representation of color #428E70: hue angle of 156.32º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E70 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB66142112-
CMYK0.5400.210.44
HSL156.32º36.54%40.78%-
HSV(B)156.32º53.52%55.69%-
XYZ14.8421.6718.73-
YUV115.86125.8292.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 112 (44.14% from 255) = 35%
R=20.62%
G=44.38%
B=35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661421120.5400.210.44156.3236.5440.78
Hex428E70360152C9c2529
Octal10221616066025542344551
Binary100001010001110111000011011001010110110010011100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428E70; }

 p { color: rgb(66,142,112); }

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

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

 a { background-color: rgb(66,142,112); }

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

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

 span { border-color: rgb(66,142,112); }

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