Html Css Color HEX #326342 Green Pea

📋 copy color: '#326342'

red 50 ◦ green 99 ◦ blue 66

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

Shades of Green Pea #326342

Tints of Green Pea #326342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 23.26%
G = 46.05%
B = 30.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#326342 (or 0x326342) is known color: Green Pea. HEX triplet: 32, 63 and 42. RGB value is (50,99,66). Sum of RGB (Red+Green+Blue) = 50+99+66=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #326342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326342 is #CD9CBD. Grayscale: #505050. Windows color (decimal): -13475006 or 4350770. OLE color: 4350770.

HSL color Cylindrical-coordinate representation of color #326342: hue angle of 139.59º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326342 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 66 -
CMYK 0.49 0 0.33 0.61
HSL 139.59º 0.33% 0.29% -
HSV(B) 139.59º 0.49% 0.39% -
XYZ 6.76 10 6.73 -
YUV 80.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 50 99 66 0.49 0 0.33 0.61 139.59 0.33 0.29
Hex 32 63 42 31 0 21 3D 8C 21 1D
Octal 62 143 102 61 0 41 75 214 41 35
Binary 110010 1100011 1000010 110001 0 100001 111101 10001100 100001 11101

Color Harmonies of #326342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326342

Black with #326342

Text Example


Text Example

White with #326342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326342; }

 p { color: rgb(50,99,66); }

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

background-color css

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

 a { background-color: rgb(50,99,66); }

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

border-color css

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

 span { border-color: rgb(50,99,66); }

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