Html Css Color HEX #328263 Viridian

📋 copy color: '#328263'

red 50 ◦ green 130 ◦ blue 99

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

Shades of Viridian #328263

Tints of Viridian #328263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 17.92%
G = 46.59%
B = 35.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#328263 (or 0x328263) is known color: Viridian. HEX triplet: 32, 82 and 63. RGB value is (50,130,99). Sum of RGB (Red+Green+Blue) = 50+130+99=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #328263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328263 is #CD7D9C. Grayscale: #666666. Windows color (decimal): -13467037 or 6521394. OLE color: 6521394.

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

Color convert

RGB 50 130 99 -
CMYK 0.62 0 0.24 0.49
HSL 156.75º 0.44% 0.35% -
HSV(B) 156.75º 0.62% 0.51% -
XYZ 11.55 17.54 14.58 -
YUV 102.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 50 130 99 0.62 0 0.24 0.49 156.75 0.44 0.35
Hex 32 82 63 3E 0 18 31 9D 2C 23
Octal 62 202 143 76 0 30 61 235 54 43
Binary 110010 10000010 1100011 111110 0 11000 110001 10011101 101100 100011

Color Harmonies of #328263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328263

Black with #328263

Text Example


Text Example

White with #328263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328263; }

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

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

background-color css

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

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

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

border-color css

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

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

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