Html Css Color HEX #428771 Viridian

📋 copy color: '#428771'

red 66 ◦ green 135 ◦ blue 113

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

Shades of Viridian #428771

Tints of Viridian #428771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

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

R = 21.02%
G = 42.99%
B = 35.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#428771 (or 0x428771) is known color: Viridian. HEX triplet: 42, 87 and 71. RGB value is (66,135,113). Sum of RGB (Red+Green+Blue) = 66+135+113=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #428771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428771 is #BD788E. Grayscale: #6F6F6F. Windows color (decimal): -12417167 or 7440194. OLE color: 7440194.

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

Color convert

RGB 66 135 113 -
CMYK 0.51 0 0.16 0.47
HSL 160.87º 0.34% 0.39% -
HSV(B) 160.87º 0.51% 0.53% -
XYZ 13.89 19.68 18.69 -
YUV 111.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 66 135 113 0.51 0 0.16 0.47 160.87 0.34 0.39
Hex 42 87 71 33 0 10 2F A1 22 27
Octal 102 207 161 63 0 20 57 241 42 47
Binary 1000010 10000111 1110001 110011 0 10000 101111 10100001 100010 100111

Color Harmonies of #428771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428771

Black with #428771

Text Example


Text Example

White with #428771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428771; }

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

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

background-color css

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

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

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

border-color css

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

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

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