Html Css Color HEX #326144 Green Pea

📋 copy color: '#326144'

red 50 ◦ green 97 ◦ blue 68

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

Shades of Green Pea #326144

Tints of Green Pea #326144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 23.26%
G = 45.12%
B = 31.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#326144 (or 0x326144) is known color: Green Pea. HEX triplet: 32, 61 and 44. RGB value is (50,97,68). Sum of RGB (Red+Green+Blue) = 50+97+68=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #326144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326144 is #CD9EBB. Grayscale: #4F4F4F. Windows color (decimal): -13475516 or 4481330. OLE color: 4481330.

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

Color convert

RGB 50 97 68 -
CMYK 0.48 0 0.30 0.62
HSL 142.98º 0.32% 0.29% -
HSV(B) 142.98º 0.48% 0.38% -
XYZ 6.63 9.64 6.98 -
YUV 79.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 50 97 68 0.48 0 0.30 0.62 142.98 0.32 0.29
Hex 32 61 44 30 0 1E 3E 8F 20 1D
Octal 62 141 104 60 0 36 76 217 40 35
Binary 110010 1100001 1000100 110000 0 11110 111110 10001111 100000 11101

Color Harmonies of #326144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326144

Black with #326144

Text Example


Text Example

White with #326144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326144; }

 p { color: rgb(50,97,68); }

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

background-color css

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

 a { background-color: rgb(50,97,68); }

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

border-color css

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

 span { border-color: rgb(50,97,68); }

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