Html Css Color HEX #429475 Viridian

📋 copy color: '#429475'

red 66 ◦ green 148 ◦ blue 117

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

Shades of Viridian #429475

Tints of Viridian #429475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 19.94%
G = 44.71%
B = 35.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#429475 (or 0x429475) is known color: Viridian. HEX triplet: 42, 94 and 75. RGB value is (66,148,117). Sum of RGB (Red+Green+Blue) = 66+148+117=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #429475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429475 is #BD6B8A. Grayscale: #777777. Windows color (decimal): -12413835 or 7705666. OLE color: 7705666.

HSL color Cylindrical-coordinate representation of color #429475: hue angle of 157.32º 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 #429475 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 117 -
CMYK 0.55 0 0.21 0.42
HSL 157.32º 0.38% 0.42% -
HSV(B) 157.32º 0.55% 0.58% -
XYZ 16.05 23.62 20.54 -
YUV 119.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 66 148 117 0.55 0 0.21 0.42 157.32 0.38 0.42
Hex 42 94 75 37 0 15 2A 9D 26 2A
Octal 102 224 165 67 0 25 52 235 46 52
Binary 1000010 10010100 1110101 110111 0 10101 101010 10011101 100110 101010

Color Harmonies of #429475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429475

Black with #429475

Text Example


Text Example

White with #429475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429475; }

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

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

background-color css

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

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

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

border-color css

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

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

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