Html Css Color HEX #328262 Viridian

📋 copy color: '#328262'

red 50 ◦ green 130 ◦ blue 98

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

Shades of Viridian #328262

Tints of Viridian #328262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 17.99%
G = 46.76%
B = 35.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#328262 (or 0x328262) is known color: Viridian. HEX triplet: 32, 82 and 62. RGB value is (50,130,98). Sum of RGB (Red+Green+Blue) = 50+130+98=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #328262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328262 is #CD7D9D. Grayscale: #666666. Windows color (decimal): -13467038 or 6455858. OLE color: 6455858.

HSL color Cylindrical-coordinate representation of color #328262: hue angle of 156º degrees, saturation: 0.44, 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 #328262 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 98 -
CMYK 0.62 0 0.25 0.49
HSL 156º 0.44% 0.35% -
HSV(B) 156º 0.62% 0.51% -
XYZ 11.5 17.53 14.33 -
YUV 102.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 50 130 98 0.62 0 0.25 0.49 156 0.44 0.35
Hex 32 82 62 3E 0 19 31 9C 2C 23
Octal 62 202 142 76 0 31 61 234 54 43
Binary 110010 10000010 1100010 111110 0 11001 110001 10011100 101100 100011

Color Harmonies of #328262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328262

Black with #328262

Text Example


Text Example

White with #328262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328262; }

 p { color: rgb(50,130,98); }

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

background-color css

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

 a { background-color: rgb(50,130,98); }

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

border-color css

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

 span { border-color: rgb(50,130,98); }

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