Html Css Color HEX #326345 Green Pea

📋 copy color: '#326345'

red 50 ◦ green 99 ◦ blue 69

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

Shades of Green Pea #326345

Tints of Green Pea #326345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 22.94%
G = 45.41%
B = 31.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#326345 (or 0x326345) is known color: Green Pea. HEX triplet: 32, 63 and 45. RGB value is (50,99,69). Sum of RGB (Red+Green+Blue) = 50+99+69=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #326345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326345 is #CD9CBA. Grayscale: #515151. Windows color (decimal): -13475003 or 4547378. OLE color: 4547378.

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

Color convert

RGB 50 99 69 -
CMYK 0.49 0 0.30 0.61
HSL 143.27º 0.33% 0.29% -
HSV(B) 143.27º 0.49% 0.39% -
XYZ 6.85 10.03 7.21 -
YUV 80.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 50 99 69 0.49 0 0.30 0.61 143.27 0.33 0.29
Hex 32 63 45 31 0 1E 3D 8F 21 1D
Octal 62 143 105 61 0 36 75 217 41 35
Binary 110010 1100011 1000101 110001 0 11110 111101 10001111 100001 11101

Color Harmonies of #326345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326345

Black with #326345

Text Example


Text Example

White with #326345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326345; }

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

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

background-color css

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

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

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

border-color css

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

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

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