Html Css Color HEX #429471 Viridian

📋 copy color: '#429471'

red 66 ◦ green 148 ◦ blue 113

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

Shades of Viridian #429471

Tints of Viridian #429471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 20.18%
G = 45.26%
B = 34.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#429471 (or 0x429471) is known color: Viridian. HEX triplet: 42, 94 and 71. RGB value is (66,148,113). Sum of RGB (Red+Green+Blue) = 66+148+113=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #429471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429471 is #BD6B8E. Grayscale: #777777. Windows color (decimal): -12413839 or 7443522. OLE color: 7443522.

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

Color convert

RGB 66 148 113 -
CMYK 0.55 0 0.24 0.42
HSL 154.39º 0.38% 0.42% -
HSV(B) 154.39º 0.55% 0.58% -
XYZ 15.82 23.53 19.33 -
YUV 119.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 66 148 113 0.55 0 0.24 0.42 154.39 0.38 0.42
Hex 42 94 71 37 0 18 2A 9A 26 2A
Octal 102 224 161 67 0 30 52 232 46 52
Binary 1000010 10010100 1110001 110111 0 11000 101010 10011010 100110 101010

Color Harmonies of #429471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429471

Black with #429471

Text Example


Text Example

White with #429471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429471; }

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

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

background-color css

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

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

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

border-color css

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

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

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