Html Css Color HEX #328969 Viridian

📋 copy color: '#328969'

red 50 ◦ green 137 ◦ blue 105

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

Shades of Viridian #328969

Tints of Viridian #328969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.92%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 17.12%
G = 46.92%
B = 35.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#328969 (or 0x328969) is known color: Viridian. HEX triplet: 32, 89 and 69. RGB value is (50,137,105). Sum of RGB (Red+Green+Blue) = 50+137+105=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #328969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328969 is #CD7696. Grayscale: #6B6B6B. Windows color (decimal): -13465239 or 6916402. OLE color: 6916402.

HSL color Cylindrical-coordinate representation of color #328969: hue angle of 157.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328969 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 105 -
CMYK 0.64 0 0.23 0.46
HSL 157.93º 0.47% 0.37% -
HSV(B) 157.93º 0.64% 0.54% -
XYZ 12.81 19.59 16.47 -
YUV 107.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 50 137 105 0.64 0 0.23 0.46 157.93 0.47 0.37
Hex 32 89 69 40 0 17 2E 9E 2F 25
Octal 62 211 151 100 0 27 56 236 57 45
Binary 110010 10001001 1101001 1000000 0 10111 101110 10011110 101111 100101

Color Harmonies of #328969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328969

Black with #328969

Text Example


Text Example

White with #328969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328969; }

 p { color: rgb(50,137,105); }

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

background-color css

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

 a { background-color: rgb(50,137,105); }

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

border-color css

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

 span { border-color: rgb(50,137,105); }

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