#326045

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

Shades of Green Pea #326045

Tints of Green Pea #326045

Color information

#326045 (or 0x326045) is unknown color: approx Green Pea. HEX triplet: 32, 60 and 45. RGB value is (50,96,69). Sum of RGB (Red+Green+Blue) = 50+96+69=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #326045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326045 is #CD9FBA. Grayscale: #4F4F4F. Windows color (decimal): -13475771 or 4546610. OLE color: 4546610.

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

Color convert

RGB509669-
CMYK0.4800.280.62
HSL144.78º31.51%28.63%-
HSV(B)144.78º47.92%37.65%-
XYZ6.579.477.11-
YUV79.17122.26107.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=23.26%
G=44.65%
B=32.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096690.4800.280.62144.7831.5128.63
Hex3260453001C3E91201d
Octal6214010560034762214035
Binary110010110000010001011100000111001111101001000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326045; }

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

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

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

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

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

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

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

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