Html Css Color HEX #429076 Viridian

📋 copy color: '#429076'

red 66 ◦ green 144 ◦ blue 118

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

Shades of Viridian #429076

Tints of Viridian #429076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

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

R = 20.12%
G = 43.9%
B = 35.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#429076 (or 0x429076) is known color: Viridian. HEX triplet: 42, 90 and 76. RGB value is (66,144,118). Sum of RGB (Red+Green+Blue) = 66+144+118=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #429076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429076 is #BD6F89. Grayscale: #757575. Windows color (decimal): -12414858 or 7770178. OLE color: 7770178.

HSL color Cylindrical-coordinate representation of color #429076: hue angle of 160º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429076 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 118 -
CMYK 0.54 0 0.18 0.44
HSL 160º 0.37% 0.41% -
HSV(B) 160º 0.54% 0.56% -
XYZ 15.49 22.41 20.65 -
YUV 117.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 66 144 118 0.54 0 0.18 0.44 160 0.37 0.41
Hex 42 90 76 36 0 12 2C A0 25 29
Octal 102 220 166 66 0 22 54 240 45 51
Binary 1000010 10010000 1110110 110110 0 10010 101100 10100000 100101 101001

Color Harmonies of #429076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429076

Black with #429076

Text Example


Text Example

White with #429076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429076; }

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

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

background-color css

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

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

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

border-color css

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

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

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