Html Css Color HEX #326246 Green Pea

📋 copy color: '#326246'

red 50 ◦ green 98 ◦ blue 70

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

Shades of Green Pea #326246

Tints of Green Pea #326246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

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

R = 22.94%
G = 44.95%
B = 32.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#326246 (or 0x326246) is known color: Green Pea. HEX triplet: 32, 62 and 46. RGB value is (50,98,70). Sum of RGB (Red+Green+Blue) = 50+98+70=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #326246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326246 is #CD9DB9. Grayscale: #505050. Windows color (decimal): -13475258 or 4612658. OLE color: 4612658.

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

Color convert

RGB 50 98 70 -
CMYK 0.49 0 0.29 0.62
HSL 145º 0.32% 0.29% -
HSV(B) 145º 0.49% 0.38% -
XYZ 6.79 9.86 7.34 -
YUV 80.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 50 98 70 0.49 0 0.29 0.62 145 0.32 0.29
Hex 32 62 46 31 0 1D 3E 91 20 1D
Octal 62 142 106 61 0 35 76 221 40 35
Binary 110010 1100010 1000110 110001 0 11101 111110 10010001 100000 11101

Color Harmonies of #326246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326246

Black with #326246

Text Example


Text Example

White with #326246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326246; }

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

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

background-color css

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

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

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

border-color css

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

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

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