Html Css Color HEX #329072 Viridian

📋 copy color: '#329072'

red 50 ◦ green 144 ◦ blue 114

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

Shades of Viridian #329072

Tints of Viridian #329072

RGB

 RED value IS 50 (19.92% from 255) = 16.23%

 GREEN value IS 144 (56.64% from 255) = 46.75%

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

R = 16.23%
G = 46.75%
B = 37.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#329072 (or 0x329072) is known color: Viridian. HEX triplet: 32, 90 and 72. RGB value is (50,144,114). Sum of RGB (Red+Green+Blue) = 50+144+114=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #329072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329072 is #CD6F8D. Grayscale: #707070. Windows color (decimal): -13463438 or 7508018. OLE color: 7508018.

HSL color Cylindrical-coordinate representation of color #329072: hue angle of 160.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329072 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 114 -
CMYK 0.65 0 0.21 0.44
HSL 160.85º 0.48% 0.38% -
HSV(B) 160.85º 0.65% 0.56% -
XYZ 14.33 21.84 19.38 -
YUV 112.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 50 144 114 0.65 0 0.21 0.44 160.85 0.48 0.38
Hex 32 90 72 41 0 15 2C A1 30 26
Octal 62 220 162 101 0 25 54 241 60 46
Binary 110010 10010000 1110010 1000001 0 10101 101100 10100001 110000 100110

Color Harmonies of #329072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329072

Black with #329072

Text Example


Text Example

White with #329072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329072; }

 p { color: rgb(50,144,114); }

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

background-color css

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

 a { background-color: rgb(50,144,114); }

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

border-color css

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

 span { border-color: rgb(50,144,114); }

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