Html Css Color HEX #326848 Green Pea

📋 copy color: '#326848'

red 50 ◦ green 104 ◦ blue 72

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

Shades of Green Pea #326848

Tints of Green Pea #326848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

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

R = 22.12%
G = 46.02%
B = 31.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#326848 (or 0x326848) is known color: Green Pea. HEX triplet: 32, 68 and 48. RGB value is (50,104,72). Sum of RGB (Red+Green+Blue) = 50+104+72=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #326848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326848 is #CD97B7. Grayscale: #545454. Windows color (decimal): -13473720 or 4745266. OLE color: 4745266.

HSL color Cylindrical-coordinate representation of color #326848: hue angle of 144.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326848 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 72 -
CMYK 0.52 0 0.31 0.59
HSL 144.44º 0.35% 0.3% -
HSV(B) 144.44º 0.52% 0.41% -
XYZ 7.44 11.05 7.87 -
YUV 84.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 50 104 72 0.52 0 0.31 0.59 144.44 0.35 0.3
Hex 32 68 48 34 0 1F 3B 90 23 1E
Octal 62 150 110 64 0 37 73 220 43 36
Binary 110010 1101000 1001000 110100 0 11111 111011 10010000 100011 11110

Color Harmonies of #326848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326848

Black with #326848

Text Example


Text Example

White with #326848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326848; }

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

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

background-color css

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

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

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

border-color css

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

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

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