#428A70

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

Shades of Viridian #428A70

Tints of Viridian #428A70

Color information

#428A70 (or 0x428A70) is unknown color: approx Viridian. HEX triplet: 42, 8A and 70. RGB value is (66,138,112). Sum of RGB (Red+Green+Blue) = 66+138+112=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #428A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A70 is #BD758F. Grayscale: #717171. Windows color (decimal): -12416400 or 7375426. OLE color: 7375426.

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

Color convert

RGB66138112-
CMYK0.5200.190.46
HSL158.33º35.29%40%-
HSV(B)158.33º52.17%54.12%-
XYZ14.2620.5118.54-
YUV113.51127.1594.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=20.89%
G=43.67%
B=35.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381120.5200.190.46158.3335.2940
Hex428A70340132E9e2328
Octal10221216064023562364350
Binary100001010001010111000011010001001110111010011110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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