Html Css Color HEX #328268 Viridian

📋 copy color: '#328268'

red 50 ◦ green 130 ◦ blue 104

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

Shades of Viridian #328268

Tints of Viridian #328268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 17.61%
G = 45.77%
B = 36.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#328268 (or 0x328268) is known color: Viridian. HEX triplet: 32, 82 and 68. RGB value is (50,130,104). Sum of RGB (Red+Green+Blue) = 50+130+104=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #328268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328268 is #CD7D97. Grayscale: #676767. Windows color (decimal): -13467032 or 6849074. OLE color: 6849074.

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

Color convert

RGB 50 130 104 -
CMYK 0.62 0 0.2 0.49
HSL 160.5º 0.44% 0.35% -
HSV(B) 160.5º 0.62% 0.51% -
XYZ 11.8 17.64 15.88 -
YUV 103.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 50 130 104 0.62 0 0.2 0.49 160.5 0.44 0.35
Hex 32 82 68 3E 0 14 31 A0 2C 23
Octal 62 202 150 76 0 24 61 240 54 43
Binary 110010 10000010 1101000 111110 0 10100 110001 10100000 101100 100011

Color Harmonies of #328268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328268

Black with #328268

Text Example


Text Example

White with #328268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328268; }

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

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

background-color css

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

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

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

border-color css

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

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

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