Html Css Color HEX #429670 Viridian

📋 copy color: '#429670'

red 66 ◦ green 150 ◦ blue 112

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

Shades of Viridian #429670

Tints of Viridian #429670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 20.12%
G = 45.73%
B = 34.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#429670 (or 0x429670) is known color: Viridian. HEX triplet: 42, 96 and 70. RGB value is (66,150,112). Sum of RGB (Red+Green+Blue) = 66+150+112=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #429670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429670 is #BD698F. Grayscale: #787878. Windows color (decimal): -12413328 or 7378498. OLE color: 7378498.

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

Color convert

RGB 66 150 112 -
CMYK 0.56 0 0.25 0.41
HSL 152.86º 0.39% 0.42% -
HSV(B) 152.86º 0.56% 0.59% -
XYZ 16.08 24.14 19.14 -
YUV 120.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 66 150 112 0.56 0 0.25 0.41 152.86 0.39 0.42
Hex 42 96 70 38 0 19 29 99 27 2A
Octal 102 226 160 70 0 31 51 231 47 52
Binary 1000010 10010110 1110000 111000 0 11001 101001 10011001 100111 101010

Color Harmonies of #429670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429670

Black with #429670

Text Example


Text Example

White with #429670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429670; }

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

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

background-color css

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

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

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

border-color css

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

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

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