Html Css Color HEX #428971 Viridian

📋 copy color: '#428971'

red 66 ◦ green 137 ◦ blue 113

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

Shades of Viridian #428971

Tints of Viridian #428971

RGB

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

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

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

R = 20.89%
G = 43.35%
B = 35.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#428971 (or 0x428971) is known color: Viridian. HEX triplet: 42, 89 and 71. RGB value is (66,137,113). Sum of RGB (Red+Green+Blue) = 66+137+113=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #428971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428971 is #BD768E. Grayscale: #717171. Windows color (decimal): -12416655 or 7440706. OLE color: 7440706.

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

Color convert

RGB 66 137 113 -
CMYK 0.52 0 0.18 0.46
HSL 159.72º 0.35% 0.4% -
HSV(B) 159.72º 0.52% 0.54% -
XYZ 14.17 20.24 18.78 -
YUV 113.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 66 137 113 0.52 0 0.18 0.46 159.72 0.35 0.4
Hex 42 89 71 34 0 12 2E A0 23 28
Octal 102 211 161 64 0 22 56 240 43 50
Binary 1000010 10001001 1110001 110100 0 10010 101110 10100000 100011 101000

Color Harmonies of #428971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428971

Black with #428971

Text Example


Text Example

White with #428971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428971; }

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

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

background-color css

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

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

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

border-color css

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

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

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