Html Css Color HEX #326B32 San Felix

📋 copy color: '#326B32'

red 50 ◦ green 107 ◦ blue 50

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

Shades of San Felix #326B32

Tints of San Felix #326B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.69%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 24.15%
G = 51.69%
B = 24.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#326B32 (or 0x326B32) is known color: San Felix. HEX triplet: 32, 6B and 32. RGB value is (50,107,50). Sum of RGB (Red+Green+Blue) = 50+107+50=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #326B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B32 is #CD94CD. Grayscale: #535353. Windows color (decimal): -13472974 or 3304242. OLE color: 3304242.

HSL color Cylindrical-coordinate representation of color #326B32: hue angle of 120º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B32 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 107 50 -
CMYK 0.53 0 0.53 0.58
HSL 120º 0.36% 0.31% -
HSV(B) 120º 0.53% 0.42% -
XYZ 7.15 11.42 4.85 -
YUV 83.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 50 107 50 0.53 0 0.53 0.58 120 0.36 0.31
Hex 32 6B 32 35 0 35 3A 78 24 1F
Octal 62 153 62 65 0 65 72 170 44 37
Binary 110010 1101011 110010 110101 0 110101 111010 1111000 100100 11111

Color Harmonies of #326B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B32

Black with #326B32

Text Example


Text Example

White with #326B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326B32; }

 p { color: rgb(50,107,50); }

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

background-color css

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

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

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

border-color css

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

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

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