Html Css Color HEX #428171 Viridian

📋 copy color: '#428171'

red 66 ◦ green 129 ◦ blue 113

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

Shades of Viridian #428171

Tints of Viridian #428171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 21.43%
G = 41.88%
B = 36.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#428171 (or 0x428171) is known color: Viridian. HEX triplet: 42, 81 and 71. RGB value is (66,129,113). Sum of RGB (Red+Green+Blue) = 66+129+113=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #428171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428171 is #BD7E8E. Grayscale: #6C6C6C. Windows color (decimal): -12418703 or 7438658. OLE color: 7438658.

HSL color Cylindrical-coordinate representation of color #428171: hue angle of 164.76º 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 #428171 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 113 -
CMYK 0.49 0 0.12 0.49
HSL 164.76º 0.32% 0.38% -
HSV(B) 164.76º 0.49% 0.51% -
XYZ 13.08 18.05 18.42 -
YUV 108.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 66 129 113 0.49 0 0.12 0.49 164.76 0.32 0.38
Hex 42 81 71 31 0 C 31 A5 20 26
Octal 102 201 161 61 0 14 61 245 40 46
Binary 1000010 10000001 1110001 110001 0 1100 110001 10100101 100000 100110

Color Harmonies of #428171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428171

Black with #428171

Text Example


Text Example

White with #428171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428171; }

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

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

background-color css

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

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

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

border-color css

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

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

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