Html Css Color HEX #429473 Viridian

📋 copy color: '#429473'

red 66 ◦ green 148 ◦ blue 115

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

Shades of Viridian #429473

Tints of Viridian #429473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 20.06%
G = 44.98%
B = 34.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#429473 (or 0x429473) is known color: Viridian. HEX triplet: 42, 94 and 73. RGB value is (66,148,115). Sum of RGB (Red+Green+Blue) = 66+148+115=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #429473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429473 is #BD6B8C. Grayscale: #777777. Windows color (decimal): -12413837 or 7574594. OLE color: 7574594.

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

Color convert

RGB 66 148 115 -
CMYK 0.55 0 0.22 0.42
HSL 155.85º 0.38% 0.42% -
HSV(B) 155.85º 0.55% 0.58% -
XYZ 15.93 23.58 19.93 -
YUV 119.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 66 148 115 0.55 0 0.22 0.42 155.85 0.38 0.42
Hex 42 94 73 37 0 16 2A 9C 26 2A
Octal 102 224 163 67 0 26 52 234 46 52
Binary 1000010 10010100 1110011 110111 0 10110 101010 10011100 100110 101010

Color Harmonies of #429473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429473

Black with #429473

Text Example


Text Example

White with #429473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429473; }

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

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

background-color css

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

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

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

border-color css

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

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

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