Html Css Color HEX #326C31 San Felix

📋 copy color: '#326C31'

red 50 ◦ green 108 ◦ blue 49

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

Shades of San Felix #326C31

Tints of San Felix #326C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 24.15%
G = 52.17%
B = 23.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#326C31 (or 0x326C31) is known color: San Felix. HEX triplet: 32, 6C and 31. RGB value is (50,108,49). Sum of RGB (Red+Green+Blue) = 50+108+49=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #326C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C31 is #CD93CE. Grayscale: #545454. Windows color (decimal): -13472719 or 3238962. OLE color: 3238962.

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

Color convert

RGB 50 108 49 -
CMYK 0.54 0 0.55 0.58
HSL 118.98º 0.38% 0.31% -
HSV(B) 118.98º 0.55% 0.42% -
XYZ 7.23 11.62 4.77 -
YUV 83.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 50 108 49 0.54 0 0.55 0.58 118.98 0.38 0.31
Hex 32 6C 31 36 0 37 3A 77 26 1F
Octal 62 154 61 66 0 67 72 167 46 37
Binary 110010 1101100 110001 110110 0 110111 111010 1110111 100110 11111

Color Harmonies of #326C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C31

Black with #326C31

Text Example


Text Example

White with #326C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,49); }

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

background-color css

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

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

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

border-color css

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

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

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