Html Css Color HEX #326B4A Green Pea

📋 copy color: '#326B4A'

red 50 ◦ green 107 ◦ blue 74

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

Shades of Green Pea #326B4A

Tints of Green Pea #326B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 21.65%
G = 46.32%
B = 32.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#326B4A (or 0x326B4A) is known color: Green Pea. HEX triplet: 32, 6B and 4A. RGB value is (50,107,74). Sum of RGB (Red+Green+Blue) = 50+107+74=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #326B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B4A is #CD94B5. Grayscale: #565656. Windows color (decimal): -13472950 or 4877106. OLE color: 4877106.

HSL color Cylindrical-coordinate representation of color #326B4A: hue angle of 145.26º 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 #326B4A is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 107 74 -
CMYK 0.53 0 0.31 0.58
HSL 145.26º 0.36% 0.31% -
HSV(B) 145.26º 0.53% 0.42% -
XYZ 7.81 11.69 8.32 -
YUV 86.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 50 107 74 0.53 0 0.31 0.58 145.26 0.36 0.31
Hex 32 6B 4A 35 0 1F 3A 91 24 1F
Octal 62 153 112 65 0 37 72 221 44 37
Binary 110010 1101011 1001010 110101 0 11111 111010 10010001 100100 11111

Color Harmonies of #326B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B4A

Black with #326B4A

Text Example


Text Example

White with #326B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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