Html Css Color HEX #326B46 Green Pea

📋 copy color: '#326B46'

red 50 ◦ green 107 ◦ blue 70

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

Shades of Green Pea #326B46

Tints of Green Pea #326B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.14%

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

R = 22.03%
G = 47.14%
B = 30.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#326B46 (or 0x326B46) is known color: Green Pea. HEX triplet: 32, 6B and 46. RGB value is (50,107,70). Sum of RGB (Red+Green+Blue) = 50+107+70=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #326B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B46 is #CD94B9. Grayscale: #555555. Windows color (decimal): -13472954 or 4614962. OLE color: 4614962.

HSL color Cylindrical-coordinate representation of color #326B46: hue angle of 141.05º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B46 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 107 70 -
CMYK 0.53 0 0.35 0.58
HSL 141.05º 0.36% 0.31% -
HSV(B) 141.05º 0.53% 0.42% -
XYZ 7.68 11.64 7.64 -
YUV 85.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 50 107 70 0.53 0 0.35 0.58 141.05 0.36 0.31
Hex 32 6B 46 35 0 23 3A 8D 24 1F
Octal 62 153 106 65 0 43 72 215 44 37
Binary 110010 1101011 1000110 110101 0 100011 111010 10001101 100100 11111

Color Harmonies of #326B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B46

Black with #326B46

Text Example


Text Example

White with #326B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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