Html Css Color HEX #428276 Viridian

📋 copy color: '#428276'

red 66 ◦ green 130 ◦ blue 118

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

Shades of Viridian #428276

Tints of Viridian #428276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 21.02%
G = 41.4%
B = 37.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#428276 (or 0x428276) is known color: Viridian. HEX triplet: 42, 82 and 76. RGB value is (66,130,118). Sum of RGB (Red+Green+Blue) = 66+130+118=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #428276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428276 is #BD7D89. Grayscale: #6D6D6D. Windows color (decimal): -12418442 or 7766594. OLE color: 7766594.

HSL color Cylindrical-coordinate representation of color #428276: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428276 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 118 -
CMYK 0.49 0 0.09 0.49
HSL 168.75º 0.33% 0.38% -
HSV(B) 168.75º 0.49% 0.51% -
XYZ 13.5 18.43 19.99 -
YUV 109.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 66 130 118 0.49 0 0.09 0.49 168.75 0.33 0.38
Hex 42 82 76 31 0 9 31 A9 21 26
Octal 102 202 166 61 0 11 61 251 41 46
Binary 1000010 10000010 1110110 110001 0 1001 110001 10101001 100001 100110

Color Harmonies of #428276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428276

Black with #428276

Text Example


Text Example

White with #428276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428276; }

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

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

background-color css

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

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

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

border-color css

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

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

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