Html Css Color HEX #328665 Viridian

📋 copy color: '#328665'

red 50 ◦ green 134 ◦ blue 101

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

Shades of Viridian #328665

Tints of Viridian #328665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 17.54%
G = 47.02%
B = 35.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#328665 (or 0x328665) is known color: Viridian. HEX triplet: 32, 86 and 65. RGB value is (50,134,101). Sum of RGB (Red+Green+Blue) = 50+134+101=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #328665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328665 is #CD799A. Grayscale: #696969. Windows color (decimal): -13466011 or 6653490. OLE color: 6653490.

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

Color convert

RGB 50 134 101 -
CMYK 0.63 0 0.25 0.47
HSL 156.43º 0.46% 0.36% -
HSV(B) 156.43º 0.63% 0.53% -
XYZ 12.19 18.67 15.27 -
YUV 105.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 50 134 101 0.63 0 0.25 0.47 156.43 0.46 0.36
Hex 32 86 65 3F 0 19 2F 9C 2E 24
Octal 62 206 145 77 0 31 57 234 56 44
Binary 110010 10000110 1100101 111111 0 11001 101111 10011100 101110 100100

Color Harmonies of #328665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328665

Black with #328665

Text Example


Text Example

White with #328665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328665; }

 p { color: rgb(50,134,101); }

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

background-color css

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

 a { background-color: rgb(50,134,101); }

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

border-color css

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

 span { border-color: rgb(50,134,101); }

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