#325F43

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

Shades of Green Pea #325F43

Tints of Green Pea #325F43

Color information

#325F43 (or 0x325F43) is unknown color: approx Green Pea. HEX triplet: 32, 5F and 43. RGB value is (50,95,67). Sum of RGB (Red+Green+Blue) = 50+95+67=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #325F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F43 is #CDA0BC. Grayscale: #4E4E4E. Windows color (decimal): -13476029 or 4415282. OLE color: 4415282.

HSL color Cylindrical-coordinate representation of color #325F43: hue angle of 142.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F43 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB509567-
CMYK0.4700.290.63
HSL142.67º31.03%28.43%-
HSV(B)142.67º47.37%37.25%-
XYZ6.429.276.76-
YUV78.35121.59107.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=23.58%
G=44.81%
B=31.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095670.4700.290.63142.6731.0328.43
Hex325F432F01D3F8f1f1c
Octal6213710357035772173734
Binary11001010111111000011101111011101111111100011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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