Html Css Color HEX #429675 Viridian

📋 copy color: '#429675'

red 66 ◦ green 150 ◦ blue 117

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

Shades of Viridian #429675

Tints of Viridian #429675

RGB

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

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

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

R = 19.82%
G = 45.05%
B = 35.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#429675 (or 0x429675) is known color: Viridian. HEX triplet: 42, 96 and 75. RGB value is (66,150,117). Sum of RGB (Red+Green+Blue) = 66+150+117=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #429675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429675 is #BD698A. Grayscale: #797979. Windows color (decimal): -12413323 or 7706178. OLE color: 7706178.

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

Color convert

RGB 66 150 117 -
CMYK 0.56 0 0.22 0.41
HSL 156.43º 0.39% 0.42% -
HSV(B) 156.43º 0.56% 0.59% -
XYZ 16.36 24.26 20.65 -
YUV 121.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 66 150 117 0.56 0 0.22 0.41 156.43 0.39 0.42
Hex 42 96 75 38 0 16 29 9C 27 2A
Octal 102 226 165 70 0 26 51 234 47 52
Binary 1000010 10010110 1110101 111000 0 10110 101001 10011100 100111 101010

Color Harmonies of #429675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429675

Black with #429675

Text Example


Text Example

White with #429675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429675; }

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

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

background-color css

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

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

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

border-color css

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

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

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