Html Css Color HEX #326048 Green Pea

📋 copy color: '#326048'

red 50 ◦ green 96 ◦ blue 72

#326048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #326048

Tints of Green Pea #326048

RGB

 RED value IS 50 (19.92% from 255) = 22.94%

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 22.94%
G = 44.04%
B = 33.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#326048 (or 0x326048) is known color: Green Pea. HEX triplet: 32, 60 and 48. RGB value is (50,96,72). Sum of RGB (Red+Green+Blue) = 50+96+72=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #326048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326048 is #CD9FB7. Grayscale: #4F4F4F. Windows color (decimal): -13475768 or 4743218. OLE color: 4743218.

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

Color convert

RGB 50 96 72 -
CMYK 0.48 0 0.25 0.62
HSL 148.7º 0.32% 0.29% -
HSV(B) 148.7º 0.48% 0.38% -
XYZ 6.67 9.51 7.62 -
YUV 79.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 50 96 72 0.48 0 0.25 0.62 148.7 0.32 0.29
Hex 32 60 48 30 0 19 3E 95 20 1D
Octal 62 140 110 60 0 31 76 225 40 35
Binary 110010 1100000 1001000 110000 0 11001 111110 10010101 100000 11101

Color Harmonies of #326048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326048

Black with #326048

Text Example


Text Example

White with #326048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326048; }

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

 H1.HeaderClassName
 {
   color: #326048;
 }
 .AnyTagClassName
 {
   color: #326048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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