Html Css Color HEX #328567 Viridian

📋 copy color: '#328567'

red 50 ◦ green 133 ◦ blue 103

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

Shades of Viridian #328567

Tints of Viridian #328567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 17.48%
G = 46.5%
B = 36.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#328567 (or 0x328567) is known color: Viridian. HEX triplet: 32, 85 and 67. RGB value is (50,133,103). Sum of RGB (Red+Green+Blue) = 50+133+103=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #328567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328567 is #CD7A98. Grayscale: #686868. Windows color (decimal): -13466265 or 6784306. OLE color: 6784306.

HSL color Cylindrical-coordinate representation of color #328567: hue angle of 158.31º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328567 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 103 -
CMYK 0.62 0 0.23 0.48
HSL 158.31º 0.45% 0.36% -
HSV(B) 158.31º 0.62% 0.52% -
XYZ 12.15 18.43 15.75 -
YUV 104.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 50 133 103 0.62 0 0.23 0.48 158.31 0.45 0.36
Hex 32 85 67 3E 0 17 30 9E 2D 24
Octal 62 205 147 76 0 27 60 236 55 44
Binary 110010 10000101 1100111 111110 0 10111 110000 10011110 101101 100100

Color Harmonies of #328567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328567

Black with #328567

Text Example


Text Example

White with #328567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328567; }

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

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

background-color css

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

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

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

border-color css

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

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

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