Html Css Color HEX #326A32 San Felix

📋 copy color: '#326A32'

red 50 ◦ green 106 ◦ blue 50

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

Shades of San Felix #326A32

Tints of San Felix #326A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.46%

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

R = 24.27%
G = 51.46%
B = 24.27%

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

#326A32 (or 0x326A32) is known color: San Felix. HEX triplet: 32, 6A and 32. RGB value is (50,106,50). Sum of RGB (Red+Green+Blue) = 50+106+50=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #326A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A32 is #CD95CD. Grayscale: #535353. Windows color (decimal): -13473230 or 3303986. OLE color: 3303986.

HSL color Cylindrical-coordinate representation of color #326A32: 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 #326A32 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 106 50 -
CMYK 0.53 0 0.53 0.58
HSL 120º 0.36% 0.31% -
HSV(B) 120º 0.53% 0.42% -
XYZ 7.05 11.22 4.81 -
YUV 82.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 50 106 50 0.53 0 0.53 0.58 120 0.36 0.31
Hex 32 6A 32 35 0 35 3A 78 24 1F
Octal 62 152 62 65 0 65 72 170 44 37
Binary 110010 1101010 110010 110101 0 110101 111010 1111000 100100 11111

Color Harmonies of #326A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A32

Black with #326A32

Text Example


Text Example

White with #326A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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