Html Css Color HEX #326F3E San Felix

📋 copy color: '#326F3E'

red 50 ◦ green 111 ◦ blue 62

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

Shades of San Felix #326F3E

Tints of San Felix #326F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.78%

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 22.42%
G = 49.78%
B = 27.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#326F3E (or 0x326F3E) is known color: San Felix. HEX triplet: 32, 6F and 3E. RGB value is (50,111,62). Sum of RGB (Red+Green+Blue) = 50+111+62=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #326F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F3E is #CD90C1. Grayscale: #575757. Windows color (decimal): -13471938 or 4091698. OLE color: 4091698.

HSL color Cylindrical-coordinate representation of color #326F3E: hue angle of 131.8º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F3E is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 62 -
CMYK 0.55 0 0.44 0.56
HSL 131.8º 0.38% 0.32% -
HSV(B) 131.8º 0.55% 0.44% -
XYZ 7.87 12.39 6.54 -
YUV 87.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 50 111 62 0.55 0 0.44 0.56 131.8 0.38 0.32
Hex 32 6F 3E 37 0 2C 38 84 26 20
Octal 62 157 76 67 0 54 70 204 46 40
Binary 110010 1101111 111110 110111 0 101100 111000 10000100 100110 100000

Color Harmonies of #326F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F3E

Black with #326F3E

Text Example


Text Example

White with #326F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,62); }

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

background-color css

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

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

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

border-color css

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

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

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