Html Css Color HEX #429673 Viridian

📋 copy color: '#429673'

red 66 ◦ green 150 ◦ blue 115

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

Shades of Viridian #429673

Tints of Viridian #429673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 19.94%
G = 45.32%
B = 34.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#429673 (or 0x429673) is known color: Viridian. HEX triplet: 42, 96 and 73. RGB value is (66,150,115). Sum of RGB (Red+Green+Blue) = 66+150+115=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #429673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429673 is #BD698C. Grayscale: #787878. Windows color (decimal): -12413325 or 7575106. OLE color: 7575106.

HSL color Cylindrical-coordinate representation of color #429673: hue angle of 155º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429673 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 115 -
CMYK 0.56 0 0.23 0.41
HSL 155º 0.39% 0.42% -
HSV(B) 155º 0.56% 0.59% -
XYZ 16.25 24.21 20.04 -
YUV 120.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 66 150 115 0.56 0 0.23 0.41 155 0.39 0.42
Hex 42 96 73 38 0 17 29 9B 27 2A
Octal 102 226 163 70 0 27 51 233 47 52
Binary 1000010 10010110 1110011 111000 0 10111 101001 10011011 100111 101010

Color Harmonies of #429673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429673

Black with #429673

Text Example


Text Example

White with #429673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429673; }

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

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

background-color css

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

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

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

border-color css

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

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

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