Html Css Color HEX #326250 Spectra

📋 copy color: '#326250'

red 50 ◦ green 98 ◦ blue 80

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

Shades of Spectra #326250

Tints of Spectra #326250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 21.93%
G = 42.98%
B = 35.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#326250 (or 0x326250) is known color: Spectra. HEX triplet: 32, 62 and 50. RGB value is (50,98,80). Sum of RGB (Red+Green+Blue) = 50+98+80=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #326250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326250 is #CD9DAF. Grayscale: #515151. Windows color (decimal): -13475248 or 5268018. OLE color: 5268018.

HSL color Cylindrical-coordinate representation of color #326250: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326250 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 80 -
CMYK 0.49 0 0.18 0.62
HSL 157.5º 0.32% 0.29% -
HSV(B) 157.5º 0.49% 0.38% -
XYZ 7.13 9.99 9.14 -
YUV 81.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 50 98 80 0.49 0 0.18 0.62 157.5 0.32 0.29
Hex 32 62 50 31 0 12 3E 9E 20 1D
Octal 62 142 120 61 0 22 76 236 40 35
Binary 110010 1100010 1010000 110001 0 10010 111110 10011110 100000 11101

Color Harmonies of #326250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326250

Black with #326250

Text Example


Text Example

White with #326250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326250; }

 p { color: rgb(50,98,80); }

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

background-color css

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

 a { background-color: rgb(50,98,80); }

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

border-color css

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

 span { border-color: rgb(50,98,80); }

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