Html Css Color HEX #428170 Viridian

📋 copy color: '#428170'

red 66 ◦ green 129 ◦ blue 112

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

Shades of Viridian #428170

Tints of Viridian #428170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 21.5%
G = 42.02%
B = 36.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#428170 (or 0x428170) is known color: Viridian. HEX triplet: 42, 81 and 70. RGB value is (66,129,112). Sum of RGB (Red+Green+Blue) = 66+129+112=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #428170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428170 is #BD7E8F. Grayscale: #6C6C6C. Windows color (decimal): -12418704 or 7373122. OLE color: 7373122.

HSL color Cylindrical-coordinate representation of color #428170: hue angle of 163.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428170 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 112 -
CMYK 0.49 0 0.13 0.49
HSL 163.81º 0.32% 0.38% -
HSV(B) 163.81º 0.49% 0.51% -
XYZ 13.02 18.03 18.12 -
YUV 108.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 66 129 112 0.49 0 0.13 0.49 163.81 0.32 0.38
Hex 42 81 70 31 0 D 31 A4 20 26
Octal 102 201 160 61 0 15 61 244 40 46
Binary 1000010 10000001 1110000 110001 0 1101 110001 10100100 100000 100110

Color Harmonies of #428170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428170

Black with #428170

Text Example


Text Example

White with #428170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428170; }

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

 H1.HeaderClassName
 {
   color: #428170;
 }
 .AnyTagClassName
 {
   color: #428170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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