Html Css Color HEX #428D76 Viridian

📋 copy color: '#428D76'

red 66 ◦ green 141 ◦ blue 118

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

Shades of Viridian #428D76

Tints of Viridian #428D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

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

R = 20.31%
G = 43.38%
B = 36.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#428D76 (or 0x428D76) is known color: Viridian. HEX triplet: 42, 8D and 76. RGB value is (66,141,118). Sum of RGB (Red+Green+Blue) = 66+141+118=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #428D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D76 is #BD7289. Grayscale: #737373. Windows color (decimal): -12415626 or 7769410. OLE color: 7769410.

HSL color Cylindrical-coordinate representation of color #428D76: hue angle of 161.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D76 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 118 -
CMYK 0.53 0 0.16 0.45
HSL 161.6º 0.36% 0.41% -
HSV(B) 161.6º 0.53% 0.55% -
XYZ 15.04 21.52 20.5 -
YUV 115.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 66 141 118 0.53 0 0.16 0.45 161.6 0.36 0.41
Hex 42 8D 76 35 0 10 2D A2 24 29
Octal 102 215 166 65 0 20 55 242 44 51
Binary 1000010 10001101 1110110 110101 0 10000 101101 10100010 100100 101001

Color Harmonies of #428D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D76

Black with #428D76

Text Example


Text Example

White with #428D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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