Html Css Color HEX #328669 Viridian

📋 copy color: '#328669'

red 50 ◦ green 134 ◦ blue 105

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

Shades of Viridian #328669

Tints of Viridian #328669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.37%

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

R = 17.3%
G = 46.37%
B = 36.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#328669 (or 0x328669) is known color: Viridian. HEX triplet: 32, 86 and 69. RGB value is (50,134,105). Sum of RGB (Red+Green+Blue) = 50+134+105=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #328669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328669 is #CD7996. Grayscale: #696969. Windows color (decimal): -13466007 or 6915634. OLE color: 6915634.

HSL color Cylindrical-coordinate representation of color #328669: hue angle of 159.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328669 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 105 -
CMYK 0.63 0 0.22 0.47
HSL 159.29º 0.46% 0.36% -
HSV(B) 159.29º 0.63% 0.53% -
XYZ 12.39 18.75 16.33 -
YUV 105.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 50 134 105 0.63 0 0.22 0.47 159.29 0.46 0.36
Hex 32 86 69 3F 0 16 2F 9F 2E 24
Octal 62 206 151 77 0 26 57 237 56 44
Binary 110010 10000110 1101001 111111 0 10110 101111 10011111 101110 100100

Color Harmonies of #328669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328669

Black with #328669

Text Example


Text Example

White with #328669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328669; }

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

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

background-color css

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

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

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

border-color css

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

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

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