Html Css Color HEX #428376 Viridian

📋 copy color: '#428376'

red 66 ◦ green 131 ◦ blue 118

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

Shades of Viridian #428376

Tints of Viridian #428376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 20.95%
G = 41.59%
B = 37.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#428376 (or 0x428376) is known color: Viridian. HEX triplet: 42, 83 and 76. RGB value is (66,131,118). Sum of RGB (Red+Green+Blue) = 66+131+118=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #428376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428376 is #BD7C89. Grayscale: #6E6E6E. Windows color (decimal): -12418186 or 7766850. OLE color: 7766850.

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

Color convert

RGB 66 131 118 -
CMYK 0.50 0 0.10 0.49
HSL 168º 0.33% 0.39% -
HSV(B) 168º 0.5% 0.51% -
XYZ 13.63 18.7 20.03 -
YUV 110.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 66 131 118 0.50 0 0.10 0.49 168 0.33 0.39
Hex 42 83 76 32 0 A 31 A8 21 27
Octal 102 203 166 62 0 12 61 250 41 47
Binary 1000010 10000011 1110110 110010 0 1010 110001 10101000 100001 100111

Color Harmonies of #428376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428376

Black with #428376

Text Example


Text Example

White with #428376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428376; }

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

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

background-color css

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

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

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

border-color css

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

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

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