Html Css Color HEX #429477 Viridian

📋 copy color: '#429477'

red 66 ◦ green 148 ◦ blue 119

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

Shades of Viridian #429477

Tints of Viridian #429477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 19.82%
G = 44.44%
B = 35.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#429477 (or 0x429477) is known color: Viridian. HEX triplet: 42, 94 and 77. RGB value is (66,148,119). Sum of RGB (Red+Green+Blue) = 66+148+119=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #429477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429477 is #BD6B88. Grayscale: #787878. Windows color (decimal): -12413833 or 7836738. OLE color: 7836738.

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

Color convert

RGB 66 148 119 -
CMYK 0.55 0 0.20 0.42
HSL 158.78º 0.38% 0.42% -
HSV(B) 158.78º 0.55% 0.58% -
XYZ 16.17 23.67 21.17 -
YUV 120.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 66 148 119 0.55 0 0.20 0.42 158.78 0.38 0.42
Hex 42 94 77 37 0 14 2A 9F 26 2A
Octal 102 224 167 67 0 24 52 237 46 52
Binary 1000010 10010100 1110111 110111 0 10100 101010 10011111 100110 101010

Color Harmonies of #429477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429477

Black with #429477

Text Example


Text Example

White with #429477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429477; }

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

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

background-color css

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

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

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

border-color css

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

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

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