Html Css Color HEX #326047 Green Pea

📋 copy color: '#326047'

red 50 ◦ green 96 ◦ blue 71

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

Shades of Green Pea #326047

Tints of Green Pea #326047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 23.04%
G = 44.24%
B = 32.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#326047 (or 0x326047) is known color: Green Pea. HEX triplet: 32, 60 and 47. RGB value is (50,96,71). Sum of RGB (Red+Green+Blue) = 50+96+71=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #326047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326047 is #CD9FB8. Grayscale: #4F4F4F. Windows color (decimal): -13475769 or 4677682. OLE color: 4677682.

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

Color convert

RGB 50 96 71 -
CMYK 0.48 0 0.26 0.62
HSL 147.39º 0.32% 0.29% -
HSV(B) 147.39º 0.48% 0.38% -
XYZ 6.64 9.5 7.44 -
YUV 79.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 50 96 71 0.48 0 0.26 0.62 147.39 0.32 0.29
Hex 32 60 47 30 0 1A 3E 93 20 1D
Octal 62 140 107 60 0 32 76 223 40 35
Binary 110010 1100000 1000111 110000 0 11010 111110 10010011 100000 11101

Color Harmonies of #326047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326047

Black with #326047

Text Example


Text Example

White with #326047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326047; }

 p { color: rgb(50,96,71); }

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

background-color css

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

 a { background-color: rgb(50,96,71); }

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

border-color css

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

 span { border-color: rgb(50,96,71); }

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