Html Css Color HEX #328269 Viridian

📋 copy color: '#328269'

red 50 ◦ green 130 ◦ blue 105

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

Shades of Viridian #328269

Tints of Viridian #328269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 17.54%
G = 45.61%
B = 36.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#328269 (or 0x328269) is known color: Viridian. HEX triplet: 32, 82 and 69. RGB value is (50,130,105). Sum of RGB (Red+Green+Blue) = 50+130+105=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #328269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328269 is #CD7D96. Grayscale: #676767. Windows color (decimal): -13467031 or 6914610. OLE color: 6914610.

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

Color convert

RGB 50 130 105 -
CMYK 0.62 0 0.19 0.49
HSL 161.25º 0.44% 0.35% -
HSV(B) 161.25º 0.62% 0.51% -
XYZ 11.85 17.66 16.15 -
YUV 103.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 50 130 105 0.62 0 0.19 0.49 161.25 0.44 0.35
Hex 32 82 69 3E 0 13 31 A1 2C 23
Octal 62 202 151 76 0 23 61 241 54 43
Binary 110010 10000010 1101001 111110 0 10011 110001 10100001 101100 100011

Color Harmonies of #328269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328269

Black with #328269

Text Example


Text Example

White with #328269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328269; }

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

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

background-color css

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

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

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

border-color css

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

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

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