Html Css Color HEX #326F3A San Felix

📋 copy color: '#326F3A'

red 50 ◦ green 111 ◦ blue 58

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

Shades of San Felix #326F3A

Tints of San Felix #326F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 22.83%
G = 50.68%
B = 26.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#326F3A (or 0x326F3A) is known color: San Felix. HEX triplet: 32, 6F and 3A. RGB value is (50,111,58). Sum of RGB (Red+Green+Blue) = 50+111+58=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #326F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F3A is #CD90C5. Grayscale: #565656. Windows color (decimal): -13471942 or 3829554. OLE color: 3829554.

HSL color Cylindrical-coordinate representation of color #326F3A: hue angle of 127.87º 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 #326F3A is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 58 -
CMYK 0.55 0 0.48 0.56
HSL 127.87º 0.38% 0.32% -
HSV(B) 127.87º 0.55% 0.44% -
XYZ 7.76 12.35 5.98 -
YUV 86.72 111.79 101.81 -
System Red Green Blue C M Y K H S L
Decimal 50 111 58 0.55 0 0.48 0.56 127.87 0.38 0.32
Hex 32 6F 3A 37 0 30 38 80 26 20
Octal 62 157 72 67 0 60 70 200 46 40
Binary 110010 1101111 111010 110111 0 110000 111000 10000000 100110 100000

Color Harmonies of #326F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F3A

Black with #326F3A

Text Example


Text Example

White with #326F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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