Html Css Color HEX #328769 Viridian

📋 copy color: '#328769'

red 50 ◦ green 135 ◦ blue 105

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

Shades of Viridian #328769

Tints of Viridian #328769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.55%

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

R = 17.24%
G = 46.55%
B = 36.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#328769 (or 0x328769) is known color: Viridian. HEX triplet: 32, 87 and 69. RGB value is (50,135,105). Sum of RGB (Red+Green+Blue) = 50+135+105=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #328769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328769 is #CD7896. Grayscale: #6A6A6A. Windows color (decimal): -13465751 or 6915890. OLE color: 6915890.

HSL color Cylindrical-coordinate representation of color #328769: hue angle of 158.82º 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 #328769 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 135 105 -
CMYK 0.63 0 0.22 0.47
HSL 158.82º 0.46% 0.36% -
HSV(B) 158.82º 0.63% 0.53% -
XYZ 12.53 19.03 16.38 -
YUV 106.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 50 135 105 0.63 0 0.22 0.47 158.82 0.46 0.36
Hex 32 87 69 3F 0 16 2F 9F 2E 24
Octal 62 207 151 77 0 26 57 237 56 44
Binary 110010 10000111 1101001 111111 0 10110 101111 10011111 101110 100100

Color Harmonies of #328769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328769

Black with #328769

Text Example


Text Example

White with #328769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328769; }

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

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

background-color css

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

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

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

border-color css

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

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

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