Html Css Color HEX #429773 Viridian

📋 copy color: '#429773'

red 66 ◦ green 151 ◦ blue 115

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

Shades of Viridian #429773

Tints of Viridian #429773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 19.88%
G = 45.48%
B = 34.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#429773 (or 0x429773) is known color: Viridian. HEX triplet: 42, 97 and 73. RGB value is (66,151,115). Sum of RGB (Red+Green+Blue) = 66+151+115=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #429773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429773 is #BD688C. Grayscale: #797979. Windows color (decimal): -12413069 or 7575362. OLE color: 7575362.

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

Color convert

RGB 66 151 115 -
CMYK 0.56 0 0.24 0.41
HSL 154.59º 0.39% 0.43% -
HSV(B) 154.59º 0.56% 0.59% -
XYZ 16.41 24.53 20.09 -
YUV 121.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 66 151 115 0.56 0 0.24 0.41 154.59 0.39 0.43
Hex 42 97 73 38 0 18 29 9B 27 2B
Octal 102 227 163 70 0 30 51 233 47 53
Binary 1000010 10010111 1110011 111000 0 11000 101001 10011011 100111 101011

Color Harmonies of #429773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429773

Black with #429773

Text Example


Text Example

White with #429773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429773; }

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

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

background-color css

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

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

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

border-color css

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

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

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