Html Css Color HEX #429572 Viridian

📋 copy color: '#429572'

red 66 ◦ green 149 ◦ blue 114

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

Shades of Viridian #429572

Tints of Viridian #429572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 20.06%
G = 45.29%
B = 34.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#429572 (or 0x429572) is known color: Viridian. HEX triplet: 42, 95 and 72. RGB value is (66,149,114). Sum of RGB (Red+Green+Blue) = 66+149+114=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #429572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429572 is #BD6A8D. Grayscale: #787878. Windows color (decimal): -12413582 or 7509314. OLE color: 7509314.

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

Color convert

RGB 66 149 114 -
CMYK 0.56 0 0.23 0.42
HSL 154.7º 0.39% 0.42% -
HSV(B) 154.7º 0.56% 0.58% -
XYZ 16.03 23.87 19.68 -
YUV 120.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 66 149 114 0.56 0 0.23 0.42 154.7 0.39 0.42
Hex 42 95 72 38 0 17 2A 9B 27 2A
Octal 102 225 162 70 0 27 52 233 47 52
Binary 1000010 10010101 1110010 111000 0 10111 101010 10011011 100111 101010

Color Harmonies of #429572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429572

Black with #429572

Text Example


Text Example

White with #429572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429572; }

 p { color: rgb(66,149,114); }

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

background-color css

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

 a { background-color: rgb(66,149,114); }

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

border-color css

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

 span { border-color: rgb(66,149,114); }

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