Html Css Color HEX #429271 Viridian

📋 copy color: '#429271'

red 66 ◦ green 146 ◦ blue 113

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

Shades of Viridian #429271

Tints of Viridian #429271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 20.31%
G = 44.92%
B = 34.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#429271 (or 0x429271) is known color: Viridian. HEX triplet: 42, 92 and 71. RGB value is (66,146,113). Sum of RGB (Red+Green+Blue) = 66+146+113=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #429271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429271 is #BD6D8E. Grayscale: #767676. Windows color (decimal): -12414351 or 7443010. OLE color: 7443010.

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

Color convert

RGB 66 146 113 -
CMYK 0.55 0 0.23 0.43
HSL 155.25º 0.38% 0.42% -
HSV(B) 155.25º 0.55% 0.57% -
XYZ 15.51 22.91 19.23 -
YUV 118.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 66 146 113 0.55 0 0.23 0.43 155.25 0.38 0.42
Hex 42 92 71 37 0 17 2B 9B 26 2A
Octal 102 222 161 67 0 27 53 233 46 52
Binary 1000010 10010010 1110001 110111 0 10111 101011 10011011 100110 101010

Color Harmonies of #429271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429271

Black with #429271

Text Example


Text Example

White with #429271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429271; }

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

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

background-color css

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

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

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

border-color css

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

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

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