#326143

Color #326143 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #326143

Tints of Green Pea #326143

Color information

#326143 (or 0x326143) is unknown color: approx Green Pea. HEX triplet: 32, 61 and 43. RGB value is (50,97,67). Sum of RGB (Red+Green+Blue) = 50+97+67=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #326143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326143 is #CD9EBC. Grayscale: #4F4F4F. Windows color (decimal): -13475517 or 4415794. OLE color: 4415794.

HSL color Cylindrical-coordinate representation of color #326143: hue angle of 141.7º 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 #326143 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB509767-
CMYK0.4800.310.62
HSL141.7º31.97%28.82%-
HSV(B)141.7º48.45%38.04%-
XYZ6.69.636.82-
YUV79.53120.93106.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=23.36%
G=45.33%
B=31.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097670.4800.310.62141.731.9728.82
Hex3261433001F3E8e201d
Octal6214110360037762164035
Binary110010110000110000111100000111111111101000111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326143; }

 p { color: rgb(50,97,67); }

 H1.HeaderClassName
 {
   color: #326143;
 }
 .AnyTagClassName
 {
   color: #326143;
 }
</style>
background-color css

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

 a { background-color: rgb(50,97,67); }

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

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

 span { border-color: rgb(50,97,67); }

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