#325C43

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

Shades of Green Pea #325C43

Tints of Green Pea #325C43

Color information

#325C43 (or 0x325C43) is unknown color: approx Green Pea. HEX triplet: 32, 5C and 43. RGB value is (50,92,67). Sum of RGB (Red+Green+Blue) = 50+92+67=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #325C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C43 is #CDA3BC. Grayscale: #4C4C4C. Windows color (decimal): -13476797 or 4414514. OLE color: 4414514.

HSL color Cylindrical-coordinate representation of color #325C43: hue angle of 144.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C43 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB509267-
CMYK0.4600.270.64
HSL144.29º29.58%27.84%-
HSV(B)144.29º45.65%36.08%-
XYZ6.168.746.67-
YUV76.59122.59109.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=23.92%
G=44.02%
B=32.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092670.4600.270.64144.2929.5827.84
Hex325C432E01B40901e1c
Octal62134103560331002203634
Binary110010101110010000111011100110111000000100100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325C43; }

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

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

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

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

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

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

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

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