#32654A

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

Shades of Green Pea #32654A

Tints of Green Pea #32654A

Color information

#32654A (or 0x32654A) is unknown color: approx Green Pea. HEX triplet: 32, 65 and 4A. RGB value is (50,101,74). Sum of RGB (Red+Green+Blue) = 50+101+74=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #32654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32654A is #CD9AB5. Grayscale: #525252. Windows color (decimal): -13474486 or 4875570. OLE color: 4875570.

HSL color Cylindrical-coordinate representation of color #32654A: hue angle of 148.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32654A is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB5010174-
CMYK0.5000.270.60
HSL148.24º33.77%29.61%-
HSV(B)148.24º50.5%39.61%-
XYZ7.2110.488.12-
YUV82.67123.1104.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=22.22%
G=44.89%
B=32.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101740.5000.270.60148.2433.7729.61
Hex32654A3201B3C94221e
Octal6214511262033742244236
Binary110010110010110010101100100110111111001001010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32654A; }

 p { color: rgb(50,101,74); }

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

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

 a { background-color: rgb(50,101,74); }

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

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

 span { border-color: rgb(50,101,74); }

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