Html Css Color HEX #428776 Viridian

📋 copy color: '#428776'

red 66 ◦ green 135 ◦ blue 118

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

Shades of Viridian #428776

Tints of Viridian #428776

RGB

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

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

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

R = 20.69%
G = 42.32%
B = 36.99%

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

#428776 (or 0x428776) is known color: Viridian. HEX triplet: 42, 87 and 76. RGB value is (66,135,118). Sum of RGB (Red+Green+Blue) = 66+135+118=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #428776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428776 is #BD7889. Grayscale: #707070. Windows color (decimal): -12417162 or 7767874. OLE color: 7767874.

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

Color convert

RGB 66 135 118 -
CMYK 0.51 0 0.13 0.47
HSL 165.22º 0.34% 0.39% -
HSV(B) 165.22º 0.51% 0.53% -
XYZ 14.18 19.79 20.21 -
YUV 112.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 66 135 118 0.51 0 0.13 0.47 165.22 0.34 0.39
Hex 42 87 76 33 0 D 2F A5 22 27
Octal 102 207 166 63 0 15 57 245 42 47
Binary 1000010 10000111 1110110 110011 0 1101 101111 10100101 100010 100111

Color Harmonies of #428776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428776

Black with #428776

Text Example


Text Example

White with #428776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428776; }

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

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

background-color css

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

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

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

border-color css

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

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

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