Html Css Color HEX #328871 Viridian

📋 copy color: '#328871'

red 50 ◦ green 136 ◦ blue 113

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

Shades of Viridian #328871

Tints of Viridian #328871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 16.72%
G = 45.48%
B = 37.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#328871 (or 0x328871) is known color: Viridian. HEX triplet: 32, 88 and 71. RGB value is (50,136,113). Sum of RGB (Red+Green+Blue) = 50+136+113=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #328871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328871 is #CD778E. Grayscale: #6B6B6B. Windows color (decimal): -13465487 or 7440434. OLE color: 7440434.

HSL color Cylindrical-coordinate representation of color #328871: hue angle of 163.95º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328871 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 113 -
CMYK 0.63 0 0.17 0.47
HSL 163.95º 0.46% 0.36% -
HSV(B) 163.95º 0.63% 0.53% -
XYZ 13.1 19.48 18.69 -
YUV 107.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 50 136 113 0.63 0 0.17 0.47 163.95 0.46 0.36
Hex 32 88 71 3F 0 11 2F A4 2E 24
Octal 62 210 161 77 0 21 57 244 56 44
Binary 110010 10001000 1110001 111111 0 10001 101111 10100100 101110 100100

Color Harmonies of #328871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328871

Black with #328871

Text Example


Text Example

White with #328871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328871; }

 p { color: rgb(50,136,113); }

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

background-color css

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

 a { background-color: rgb(50,136,113); }

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

border-color css

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

 span { border-color: rgb(50,136,113); }

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