Html Css Color HEX #326150 Spectra

📋 copy color: '#326150'

red 50 ◦ green 97 ◦ blue 80

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

Shades of Spectra #326150

Tints of Spectra #326150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

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

R = 22.03%
G = 42.73%
B = 35.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#326150 (or 0x326150) is known color: Spectra. HEX triplet: 32, 61 and 50. RGB value is (50,97,80). Sum of RGB (Red+Green+Blue) = 50+97+80=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #326150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326150 is #CD9EAF. Grayscale: #515151. Windows color (decimal): -13475504 or 5267762. OLE color: 5267762.

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

Color convert

RGB 50 97 80 -
CMYK 0.48 0 0.18 0.62
HSL 158.3º 0.32% 0.29% -
HSV(B) 158.3º 0.48% 0.38% -
XYZ 7.04 9.81 9.11 -
YUV 81.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 50 97 80 0.48 0 0.18 0.62 158.3 0.32 0.29
Hex 32 61 50 30 0 12 3E 9E 20 1D
Octal 62 141 120 60 0 22 76 236 40 35
Binary 110010 1100001 1010000 110000 0 10010 111110 10011110 100000 11101

Color Harmonies of #326150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326150

Black with #326150

Text Example


Text Example

White with #326150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326150; }

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

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

background-color css

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

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

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

border-color css

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

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

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