Html Css Color HEX #428A76 Viridian

📋 copy color: '#428A76'

red 66 ◦ green 138 ◦ blue 118

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

Shades of Viridian #428A76

Tints of Viridian #428A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.86%

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

R = 20.5%
G = 42.86%
B = 36.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#428A76 (or 0x428A76) is known color: Viridian. HEX triplet: 42, 8A and 76. RGB value is (66,138,118). Sum of RGB (Red+Green+Blue) = 66+138+118=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #428A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A76 is #BD7589. Grayscale: #727272. Windows color (decimal): -12416394 or 7768642. OLE color: 7768642.

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

Color convert

RGB 66 138 118 -
CMYK 0.52 0 0.14 0.46
HSL 163.33º 0.35% 0.4% -
HSV(B) 163.33º 0.52% 0.54% -
XYZ 14.61 20.64 20.35 -
YUV 114.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 66 138 118 0.52 0 0.14 0.46 163.33 0.35 0.4
Hex 42 8A 76 34 0 E 2E A3 23 28
Octal 102 212 166 64 0 16 56 243 43 50
Binary 1000010 10001010 1110110 110100 0 1110 101110 10100011 100011 101000

Color Harmonies of #428A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A76

Black with #428A76

Text Example


Text Example

White with #428A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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