Html Css Color HEX #326149 Green Pea

📋 copy color: '#326149'

red 50 ◦ green 97 ◦ blue 73

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

Shades of Green Pea #326149

Tints of Green Pea #326149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 22.73%
G = 44.09%
B = 33.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#326149 (or 0x326149) is known color: Green Pea. HEX triplet: 32, 61 and 49. RGB value is (50,97,73). Sum of RGB (Red+Green+Blue) = 50+97+73=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #326149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326149 is #CD9EB6. Grayscale: #505050. Windows color (decimal): -13475511 or 4809010. OLE color: 4809010.

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

Color convert

RGB 50 97 73 -
CMYK 0.48 0 0.25 0.62
HSL 149.36º 0.32% 0.29% -
HSV(B) 149.36º 0.48% 0.38% -
XYZ 6.79 9.71 7.82 -
YUV 80.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 50 97 73 0.48 0 0.25 0.62 149.36 0.32 0.29
Hex 32 61 49 30 0 19 3E 95 20 1D
Octal 62 141 111 60 0 31 76 225 40 35
Binary 110010 1100001 1001001 110000 0 11001 111110 10010101 100000 11101

Color Harmonies of #326149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326149

Black with #326149

Text Example


Text Example

White with #326149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326149; }

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

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

background-color css

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

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

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

border-color css

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

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

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