Html Css Color HEX #328267 Viridian

📋 copy color: '#328267'

red 50 ◦ green 130 ◦ blue 103

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

Shades of Viridian #328267

Tints of Viridian #328267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 17.67%
G = 45.94%
B = 36.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#328267 (or 0x328267) is known color: Viridian. HEX triplet: 32, 82 and 67. RGB value is (50,130,103). Sum of RGB (Red+Green+Blue) = 50+130+103=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #328267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328267 is #CD7D98. Grayscale: #676767. Windows color (decimal): -13467033 or 6783538. OLE color: 6783538.

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

Color convert

RGB 50 130 103 -
CMYK 0.62 0 0.21 0.49
HSL 159.75º 0.44% 0.35% -
HSV(B) 159.75º 0.62% 0.51% -
XYZ 11.75 17.62 15.61 -
YUV 103 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 50 130 103 0.62 0 0.21 0.49 159.75 0.44 0.35
Hex 32 82 67 3E 0 15 31 A0 2C 23
Octal 62 202 147 76 0 25 61 240 54 43
Binary 110010 10000010 1100111 111110 0 10101 110001 10100000 101100 100011

Color Harmonies of #328267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328267

Black with #328267

Text Example


Text Example

White with #328267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328267; }

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

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

background-color css

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

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

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

border-color css

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

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

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