#428A6F

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

Shades of Viridian #428A6F

Tints of Viridian #428A6F

Color information

#428A6F (or 0x428A6F) is unknown color: approx Viridian. HEX triplet: 42, 8A and 6F. RGB value is (66,138,111). Sum of RGB (Red+Green+Blue) = 66+138+111=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #428A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A6F is #BD7590. Grayscale: #717171. Windows color (decimal): -12416401 or 7309890. OLE color: 7309890.

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

Color convert

RGB66138111-
CMYK0.5200.200.46
HSL157.5º35.29%40%-
HSV(B)157.5º52.17%54.12%-
XYZ14.220.4818.24-
YUV113.39126.6594.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=20.95%
G=43.81%
B=35.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381110.5200.200.46157.535.2940
Hex428A6F340142E9e2328
Octal10221215764024562364350
Binary100001010001010110111111010001010010111010011110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,111); }

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

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

 a { background-color: rgb(66,138,111); }

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

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

 span { border-color: rgb(66,138,111); }

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