Html Css Color HEX #428576 Viridian

📋 copy color: '#428576'

red 66 ◦ green 133 ◦ blue 118

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

Shades of Viridian #428576

Tints of Viridian #428576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 20.82%
G = 41.96%
B = 37.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#428576 (or 0x428576) is known color: Viridian. HEX triplet: 42, 85 and 76. RGB value is (66,133,118). Sum of RGB (Red+Green+Blue) = 66+133+118=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #428576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428576 is #BD7A89. Grayscale: #6F6F6F. Windows color (decimal): -12417674 or 7767362. OLE color: 7767362.

HSL color Cylindrical-coordinate representation of color #428576: hue angle of 166.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428576 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 118 -
CMYK 0.50 0 0.11 0.48
HSL 166.57º 0.34% 0.39% -
HSV(B) 166.57º 0.5% 0.52% -
XYZ 13.9 19.24 20.12 -
YUV 111.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 66 133 118 0.50 0 0.11 0.48 166.57 0.34 0.39
Hex 42 85 76 32 0 B 30 A7 22 27
Octal 102 205 166 62 0 13 60 247 42 47
Binary 1000010 10000101 1110110 110010 0 1011 110000 10100111 100010 100111

Color Harmonies of #428576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428576

Black with #428576

Text Example


Text Example

White with #428576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428576; }

 p { color: rgb(66,133,118); }

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

background-color css

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

 a { background-color: rgb(66,133,118); }

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

border-color css

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

 span { border-color: rgb(66,133,118); }

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