Html Css Color HEX #329270 Viridian

📋 copy color: '#329270'

red 50 ◦ green 146 ◦ blue 112

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

Shades of Viridian #329270

Tints of Viridian #329270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

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

R = 16.23%
G = 47.4%
B = 36.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#329270 (or 0x329270) is known color: Viridian. HEX triplet: 32, 92 and 70. RGB value is (50,146,112). Sum of RGB (Red+Green+Blue) = 50+146+112=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #329270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329270 is #CD6D8F. Grayscale: #717171. Windows color (decimal): -13462928 or 7377458. OLE color: 7377458.

HSL color Cylindrical-coordinate representation of color #329270: hue angle of 158.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329270 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 112 -
CMYK 0.66 0 0.23 0.43
HSL 158.75º 0.49% 0.38% -
HSV(B) 158.75º 0.66% 0.57% -
XYZ 14.52 22.41 18.89 -
YUV 113.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 50 146 112 0.66 0 0.23 0.43 158.75 0.49 0.38
Hex 32 92 70 42 0 17 2B 9F 31 26
Octal 62 222 160 102 0 27 53 237 61 46
Binary 110010 10010010 1110000 1000010 0 10111 101011 10011111 110001 100110

Color Harmonies of #329270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329270

Black with #329270

Text Example


Text Example

White with #329270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329270; }

 p { color: rgb(50,146,112); }

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

background-color css

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

 a { background-color: rgb(50,146,112); }

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

border-color css

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

 span { border-color: rgb(50,146,112); }

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