Html Css Color HEX #326548 Green Pea

📋 copy color: '#326548'

red 50 ◦ green 101 ◦ blue 72

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

Shades of Green Pea #326548

Tints of Green Pea #326548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 22.42%
G = 45.29%
B = 32.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#326548 (or 0x326548) is known color: Green Pea. HEX triplet: 32, 65 and 48. RGB value is (50,101,72). Sum of RGB (Red+Green+Blue) = 50+101+72=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #326548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326548 is #CD9AB7. Grayscale: #525252. Windows color (decimal): -13474488 or 4744498. OLE color: 4744498.

HSL color Cylindrical-coordinate representation of color #326548: hue angle of 145.88º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326548 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 101 72 -
CMYK 0.50 0 0.29 0.60
HSL 145.88º 0.34% 0.3% -
HSV(B) 145.88º 0.5% 0.4% -
XYZ 7.14 10.45 7.77 -
YUV 82.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 50 101 72 0.50 0 0.29 0.60 145.88 0.34 0.3
Hex 32 65 48 32 0 1D 3C 92 22 1E
Octal 62 145 110 62 0 35 74 222 42 36
Binary 110010 1100101 1001000 110010 0 11101 111100 10010010 100010 11110

Color Harmonies of #326548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326548

Black with #326548

Text Example


Text Example

White with #326548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326548; }

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

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

background-color css

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

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

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

border-color css

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

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

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