Html Css Color HEX #429171 Viridian

📋 copy color: '#429171'

red 66 ◦ green 145 ◦ blue 113

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

Shades of Viridian #429171

Tints of Viridian #429171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 20.37%
G = 44.75%
B = 34.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#429171 (or 0x429171) is known color: Viridian. HEX triplet: 42, 91 and 71. RGB value is (66,145,113). Sum of RGB (Red+Green+Blue) = 66+145+113=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #429171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429171 is #BD6E8E. Grayscale: #757575. Windows color (decimal): -12414607 or 7442754. OLE color: 7442754.

HSL color Cylindrical-coordinate representation of color #429171: hue angle of 155.7º 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 #429171 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 113 -
CMYK 0.54 0 0.22 0.43
HSL 155.7º 0.37% 0.41% -
HSV(B) 155.7º 0.54% 0.57% -
XYZ 15.35 22.6 19.18 -
YUV 117.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 66 145 113 0.54 0 0.22 0.43 155.7 0.37 0.41
Hex 42 91 71 36 0 16 2B 9C 25 29
Octal 102 221 161 66 0 26 53 234 45 51
Binary 1000010 10010001 1110001 110110 0 10110 101011 10011100 100101 101001

Color Harmonies of #429171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429171

Black with #429171

Text Example


Text Example

White with #429171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429171; }

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

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

background-color css

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

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

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

border-color css

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

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

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