Html Css Color HEX #428871 Viridian

📋 copy color: '#428871'

red 66 ◦ green 136 ◦ blue 113

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

Shades of Viridian #428871

Tints of Viridian #428871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

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

R = 20.95%
G = 43.17%
B = 35.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#428871 (or 0x428871) is known color: Viridian. HEX triplet: 42, 88 and 71. RGB value is (66,136,113). Sum of RGB (Red+Green+Blue) = 66+136+113=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #428871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428871 is #BD778E. Grayscale: #707070. Windows color (decimal): -12416911 or 7440450. OLE color: 7440450.

HSL color Cylindrical-coordinate representation of color #428871: hue angle of 160.29º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428871 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 113 -
CMYK 0.51 0 0.17 0.47
HSL 160.29º 0.35% 0.4% -
HSV(B) 160.29º 0.51% 0.53% -
XYZ 14.03 19.96 18.74 -
YUV 112.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 66 136 113 0.51 0 0.17 0.47 160.29 0.35 0.4
Hex 42 88 71 33 0 11 2F A0 23 28
Octal 102 210 161 63 0 21 57 240 43 50
Binary 1000010 10001000 1110001 110011 0 10001 101111 10100000 100011 101000

Color Harmonies of #428871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428871

Black with #428871

Text Example


Text Example

White with #428871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428871; }

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

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

background-color css

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

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

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

border-color css

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

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

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