Html Css Color HEX #428972 Viridian

📋 copy color: '#428972'

red 66 ◦ green 137 ◦ blue 114

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

Shades of Viridian #428972

Tints of Viridian #428972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 20.82%
G = 43.22%
B = 35.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#428972 (or 0x428972) is known color: Viridian. HEX triplet: 42, 89 and 72. RGB value is (66,137,114). Sum of RGB (Red+Green+Blue) = 66+137+114=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #428972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428972 is #BD768D. Grayscale: #717171. Windows color (decimal): -12416654 or 7506242. OLE color: 7506242.

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

Color convert

RGB 66 137 114 -
CMYK 0.52 0 0.17 0.46
HSL 160.56º 0.35% 0.4% -
HSV(B) 160.56º 0.52% 0.54% -
XYZ 14.23 20.26 19.08 -
YUV 113.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 66 137 114 0.52 0 0.17 0.46 160.56 0.35 0.4
Hex 42 89 72 34 0 11 2E A1 23 28
Octal 102 211 162 64 0 21 56 241 43 50
Binary 1000010 10001001 1110010 110100 0 10001 101110 10100001 100011 101000

Color Harmonies of #428972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428972

Black with #428972

Text Example


Text Example

White with #428972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428972; }

 p { color: rgb(66,137,114); }

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

background-color css

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

 a { background-color: rgb(66,137,114); }

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

border-color css

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

 span { border-color: rgb(66,137,114); }

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