Html Css Color HEX #429174 Viridian

📋 copy color: '#429174'

red 66 ◦ green 145 ◦ blue 116

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

Shades of Viridian #429174

Tints of Viridian #429174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 20.18%
G = 44.34%
B = 35.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#429174 (or 0x429174) is known color: Viridian. HEX triplet: 42, 91 and 74. RGB value is (66,145,116). Sum of RGB (Red+Green+Blue) = 66+145+116=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #429174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429174 is #BD6E8B. Grayscale: #767676. Windows color (decimal): -12414604 or 7639362. OLE color: 7639362.

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

Color convert

RGB 66 145 116 -
CMYK 0.54 0 0.2 0.43
HSL 157.97º 0.37% 0.41% -
HSV(B) 157.97º 0.54% 0.57% -
XYZ 15.52 22.67 20.08 -
YUV 118.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 66 145 116 0.54 0 0.2 0.43 157.97 0.37 0.41
Hex 42 91 74 36 0 14 2B 9E 25 29
Octal 102 221 164 66 0 24 53 236 45 51
Binary 1000010 10010001 1110100 110110 0 10100 101011 10011110 100101 101001

Color Harmonies of #429174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429174

Black with #429174

Text Example


Text Example

White with #429174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429174; }

 p { color: rgb(66,145,116); }

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

background-color css

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

 a { background-color: rgb(66,145,116); }

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

border-color css

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

 span { border-color: rgb(66,145,116); }

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