Html Css Color HEX #328365 Viridian

📋 copy color: '#328365'

red 50 ◦ green 131 ◦ blue 101

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

Shades of Viridian #328365

Tints of Viridian #328365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 17.73%
G = 46.45%
B = 35.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#328365 (or 0x328365) is known color: Viridian. HEX triplet: 32, 83 and 65. RGB value is (50,131,101). Sum of RGB (Red+Green+Blue) = 50+131+101=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #328365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328365 is #CD7C9A. Grayscale: #676767. Windows color (decimal): -13466779 or 6652722. OLE color: 6652722.

HSL color Cylindrical-coordinate representation of color #328365: hue angle of 157.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328365 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 101 -
CMYK 0.62 0 0.23 0.49
HSL 157.78º 0.45% 0.35% -
HSV(B) 157.78º 0.62% 0.51% -
XYZ 11.78 17.85 15.14 -
YUV 103.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 50 131 101 0.62 0 0.23 0.49 157.78 0.45 0.35
Hex 32 83 65 3E 0 17 31 9E 2D 23
Octal 62 203 145 76 0 27 61 236 55 43
Binary 110010 10000011 1100101 111110 0 10111 110001 10011110 101101 100011

Color Harmonies of #328365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328365

Black with #328365

Text Example


Text Example

White with #328365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328365; }

 p { color: rgb(50,131,101); }

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

background-color css

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

 a { background-color: rgb(50,131,101); }

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

border-color css

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

 span { border-color: rgb(50,131,101); }

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