Html Css Color HEX #326632 San Felix

📋 copy color: '#326632'

red 50 ◦ green 102 ◦ blue 50

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

Shades of San Felix #326632

Tints of San Felix #326632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.5%

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

R = 24.75%
G = 50.5%
B = 24.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#326632 (or 0x326632) is known color: San Felix. HEX triplet: 32, 66 and 32. RGB value is (50,102,50). Sum of RGB (Red+Green+Blue) = 50+102+50=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #326632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326632 is #CD99CD. Grayscale: #505050. Windows color (decimal): -13474254 or 3302962. OLE color: 3302962.

HSL color Cylindrical-coordinate representation of color #326632: hue angle of 120º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326632 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 50 -
CMYK 0.51 0 0.51 0.6
HSL 120º 0.34% 0.3% -
HSV(B) 120º 0.51% 0.4% -
XYZ 6.64 10.41 4.68 -
YUV 80.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 50 102 50 0.51 0 0.51 0.6 120 0.34 0.3
Hex 32 66 32 33 0 33 3C 78 22 1E
Octal 62 146 62 63 0 63 74 170 42 36
Binary 110010 1100110 110010 110011 0 110011 111100 1111000 100010 11110

Color Harmonies of #326632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326632

Black with #326632

Text Example


Text Example

White with #326632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326632; }

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

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

background-color css

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

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

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

border-color css

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

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

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