Html Css Color HEX #328465 Viridian

📋 copy color: '#328465'

red 50 ◦ green 132 ◦ blue 101

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

Shades of Viridian #328465

Tints of Viridian #328465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

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

R = 17.67%
G = 46.64%
B = 35.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#328465 (or 0x328465) is known color: Viridian. HEX triplet: 32, 84 and 65. RGB value is (50,132,101). Sum of RGB (Red+Green+Blue) = 50+132+101=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #328465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328465 is #CD7B9A. Grayscale: #676767. Windows color (decimal): -13466523 or 6652978. OLE color: 6652978.

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

Color convert

RGB 50 132 101 -
CMYK 0.62 0 0.23 0.48
HSL 157.32º 0.45% 0.36% -
HSV(B) 157.32º 0.62% 0.52% -
XYZ 11.92 18.12 15.18 -
YUV 103.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 50 132 101 0.62 0 0.23 0.48 157.32 0.45 0.36
Hex 32 84 65 3E 0 17 30 9D 2D 24
Octal 62 204 145 76 0 27 60 235 55 44
Binary 110010 10000100 1100101 111110 0 10111 110000 10011101 101101 100100

Color Harmonies of #328465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328465

Black with #328465

Text Example


Text Example

White with #328465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328465; }

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

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

background-color css

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

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

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

border-color css

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

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

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