Html Css Color HEX #326043 Green Pea

📋 copy color: '#326043'

red 50 ◦ green 96 ◦ blue 67

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

Shades of Green Pea #326043

Tints of Green Pea #326043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.46%

R = 23.47%
G = 45.07%
B = 31.46%

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

#326043 (or 0x326043) is known color: Green Pea. HEX triplet: 32, 60 and 43. RGB value is (50,96,67). Sum of RGB (Red+Green+Blue) = 50+96+67=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #326043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326043 is #CD9FBC. Grayscale: #4F4F4F. Windows color (decimal): -13475773 or 4415538. OLE color: 4415538.

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

Color convert

RGB 50 96 67 -
CMYK 0.48 0 0.30 0.62
HSL 142.17º 0.32% 0.29% -
HSV(B) 142.17º 0.48% 0.38% -
XYZ 6.51 9.45 6.79 -
YUV 78.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 50 96 67 0.48 0 0.30 0.62 142.17 0.32 0.29
Hex 32 60 43 30 0 1E 3E 8E 20 1D
Octal 62 140 103 60 0 36 76 216 40 35
Binary 110010 1100000 1000011 110000 0 11110 111110 10001110 100000 11101

Color Harmonies of #326043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326043

Black with #326043

Text Example


Text Example

White with #326043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326043; }

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

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

background-color css

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

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

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

border-color css

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

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

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