Html Css Color HEX #428A71 Viridian

📋 copy color: '#428A71'

red 66 ◦ green 138 ◦ blue 113

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

Shades of Viridian #428A71

Tints of Viridian #428A71

RGB

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

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

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

R = 20.82%
G = 43.53%
B = 35.65%

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

#428A71 (or 0x428A71) is known color: Viridian. HEX triplet: 42, 8A and 71. RGB value is (66,138,113). Sum of RGB (Red+Green+Blue) = 66+138+113=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #428A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A71 is #BD758E. Grayscale: #717171. Windows color (decimal): -12416399 or 7440962. OLE color: 7440962.

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

Color convert

RGB 66 138 113 -
CMYK 0.52 0 0.18 0.46
HSL 159.17º 0.35% 0.4% -
HSV(B) 159.17º 0.52% 0.54% -
XYZ 14.32 20.53 18.83 -
YUV 113.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 66 138 113 0.52 0 0.18 0.46 159.17 0.35 0.4
Hex 42 8A 71 34 0 12 2E 9F 23 28
Octal 102 212 161 64 0 22 56 237 43 50
Binary 1000010 10001010 1110001 110100 0 10010 101110 10011111 100011 101000

Color Harmonies of #428A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A71

Black with #428A71

Text Example


Text Example

White with #428A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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