Html Css Color HEX #326946 Green Pea

📋 copy color: '#326946'

red 50 ◦ green 105 ◦ blue 70

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

Shades of Green Pea #326946

Tints of Green Pea #326946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 22.22%
G = 46.67%
B = 31.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#326946 (or 0x326946) is known color: Green Pea. HEX triplet: 32, 69 and 46. RGB value is (50,105,70). Sum of RGB (Red+Green+Blue) = 50+105+70=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #326946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326946 is #CD96B9. Grayscale: #545454. Windows color (decimal): -13473466 or 4614450. OLE color: 4614450.

HSL color Cylindrical-coordinate representation of color #326946: hue angle of 141.82º 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 #326946 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 105 70 -
CMYK 0.52 0 0.33 0.59
HSL 141.82º 0.35% 0.3% -
HSV(B) 141.82º 0.52% 0.41% -
XYZ 7.47 11.22 7.57 -
YUV 84.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 50 105 70 0.52 0 0.33 0.59 141.82 0.35 0.3
Hex 32 69 46 34 0 21 3B 8E 23 1E
Octal 62 151 106 64 0 41 73 216 43 36
Binary 110010 1101001 1000110 110100 0 100001 111011 10001110 100011 11110

Color Harmonies of #326946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326946

Black with #326946

Text Example


Text Example

White with #326946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326946; }

 p { color: rgb(50,105,70); }

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

background-color css

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

 a { background-color: rgb(50,105,70); }

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

border-color css

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

 span { border-color: rgb(50,105,70); }

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