Html Css Color HEX #429071 Viridian

📋 copy color: '#429071'

red 66 ◦ green 144 ◦ blue 113

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

Shades of Viridian #429071

Tints of Viridian #429071

RGB

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

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

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

R = 20.43%
G = 44.58%
B = 34.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#429071 (or 0x429071) is known color: Viridian. HEX triplet: 42, 90 and 71. RGB value is (66,144,113). Sum of RGB (Red+Green+Blue) = 66+144+113=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #429071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429071 is #BD6F8E. Grayscale: #757575. Windows color (decimal): -12414863 or 7442498. OLE color: 7442498.

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

Color convert

RGB 66 144 113 -
CMYK 0.54 0 0.22 0.44
HSL 156.15º 0.37% 0.41% -
HSV(B) 156.15º 0.54% 0.56% -
XYZ 15.2 22.3 19.13 -
YUV 117.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 66 144 113 0.54 0 0.22 0.44 156.15 0.37 0.41
Hex 42 90 71 36 0 16 2C 9C 25 29
Octal 102 220 161 66 0 26 54 234 45 51
Binary 1000010 10010000 1110001 110110 0 10110 101100 10011100 100101 101001

Color Harmonies of #429071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429071

Black with #429071

Text Example


Text Example

White with #429071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429071; }

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

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

background-color css

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

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

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

border-color css

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

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

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