Html Css Color HEX #428876 Viridian

📋 copy color: '#428876'

red 66 ◦ green 136 ◦ blue 118

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

Shades of Viridian #428876

Tints of Viridian #428876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 20.63%
G = 42.5%
B = 36.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#428876 (or 0x428876) is known color: Viridian. HEX triplet: 42, 88 and 76. RGB value is (66,136,118). Sum of RGB (Red+Green+Blue) = 66+136+118=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #428876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428876 is #BD7789. Grayscale: #717171. Windows color (decimal): -12416906 or 7768130. OLE color: 7768130.

HSL color Cylindrical-coordinate representation of color #428876: hue angle of 164.57º 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 #428876 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 118 -
CMYK 0.51 0 0.13 0.47
HSL 164.57º 0.35% 0.4% -
HSV(B) 164.57º 0.51% 0.53% -
XYZ 14.32 20.07 20.26 -
YUV 113.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 66 136 118 0.51 0 0.13 0.47 164.57 0.35 0.4
Hex 42 88 76 33 0 D 2F A5 23 28
Octal 102 210 166 63 0 15 57 245 43 50
Binary 1000010 10001000 1110110 110011 0 1101 101111 10100101 100011 101000

Color Harmonies of #428876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428876

Black with #428876

Text Example


Text Example

White with #428876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428876; }

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

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

background-color css

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

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

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

border-color css

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

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

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