Html Css Color HEX #429476 Viridian

📋 copy color: '#429476'

red 66 ◦ green 148 ◦ blue 118

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

Shades of Viridian #429476

Tints of Viridian #429476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 19.88%
G = 44.58%
B = 35.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#429476 (or 0x429476) is known color: Viridian. HEX triplet: 42, 94 and 76. RGB value is (66,148,118). Sum of RGB (Red+Green+Blue) = 66+148+118=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #429476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429476 is #BD6B89. Grayscale: #787878. Windows color (decimal): -12413834 or 7771202. OLE color: 7771202.

HSL color Cylindrical-coordinate representation of color #429476: hue angle of 158.05º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429476 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 118 -
CMYK 0.55 0 0.20 0.42
HSL 158.05º 0.38% 0.42% -
HSV(B) 158.05º 0.55% 0.58% -
XYZ 16.11 23.65 20.85 -
YUV 120.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 66 148 118 0.55 0 0.20 0.42 158.05 0.38 0.42
Hex 42 94 76 37 0 14 2A 9E 26 2A
Octal 102 224 166 67 0 24 52 236 46 52
Binary 1000010 10010100 1110110 110111 0 10100 101010 10011110 100110 101010

Color Harmonies of #429476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429476

Black with #429476

Text Example


Text Example

White with #429476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429476; }

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

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

background-color css

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

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

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

border-color css

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

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

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