Html Css Color HEX #428A70 Viridian

📋 copy color: '#428A70'

red 66 ◦ green 138 ◦ blue 112

#428A70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #428A70

Tints of Viridian #428A70

RGB

 RED value IS 66 (26.17% from 255) = 20.89%

 GREEN value IS 138 (54.3% 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 value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#428A70 (or 0x428A70) is known color: 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

RGB 66 138 112 -
CMYK 0.52 0 0.19 0.46
HSL 158.33º 0.35% 0.4% -
HSV(B) 158.33º 0.52% 0.54% -
XYZ 14.26 20.51 18.54 -
YUV 113.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 66 138 112 0.52 0 0.19 0.46 158.33 0.35 0.4
Hex 42 8A 70 34 0 13 2E 9E 23 28
Octal 102 212 160 64 0 23 56 236 43 50
Binary 1000010 10001010 1110000 110100 0 10011 101110 10011110 100011 101000

Color Harmonies of #428A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A70

Black with #428A70

Text Example


Text Example

White with #428A70

Text Example


Text Example

HTML Codes & Css Web 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>