Html Css Color HEX #327241 San Felix

📋 copy color: '#327241'

red 50 ◦ green 114 ◦ blue 65

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

Shades of San Felix #327241

Tints of San Felix #327241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 21.83%
G = 49.78%
B = 28.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#327241 (or 0x327241) is known color: San Felix. HEX triplet: 32, 72 and 41. RGB value is (50,114,65). Sum of RGB (Red+Green+Blue) = 50+114+65=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #327241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327241 is #CD8DBE. Grayscale: #595959. Windows color (decimal): -13471167 or 4289074. OLE color: 4289074.

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

Color convert

RGB 50 114 65 -
CMYK 0.56 0 0.43 0.55
HSL 134.06º 0.39% 0.32% -
HSV(B) 134.06º 0.56% 0.45% -
XYZ 8.29 13.09 7.09 -
YUV 89.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 50 114 65 0.56 0 0.43 0.55 134.06 0.39 0.32
Hex 32 72 41 38 0 2B 37 86 27 20
Octal 62 162 101 70 0 53 67 206 47 40
Binary 110010 1110010 1000001 111000 0 101011 110111 10000110 100111 100000

Color Harmonies of #327241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327241

Black with #327241

Text Example


Text Example

White with #327241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327241; }

 p { color: rgb(50,114,65); }

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

background-color css

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

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

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

border-color css

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

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

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