Html Css Color HEX #327140 San Felix

📋 copy color: '#327140'

red 50 ◦ green 113 ◦ blue 64

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

Shades of San Felix #327140

Tints of San Felix #327140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 22.03%
G = 49.78%
B = 28.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#327140 (or 0x327140) is known color: San Felix. HEX triplet: 32, 71 and 40. RGB value is (50,113,64). Sum of RGB (Red+Green+Blue) = 50+113+64=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #327140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327140 is #CD8EBF. Grayscale: #585858. Windows color (decimal): -13471424 or 4223282. OLE color: 4223282.

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

Color convert

RGB 50 113 64 -
CMYK 0.56 0 0.43 0.56
HSL 133.33º 0.39% 0.32% -
HSV(B) 133.33º 0.56% 0.44% -
XYZ 8.15 12.86 6.9 -
YUV 88.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 50 113 64 0.56 0 0.43 0.56 133.33 0.39 0.32
Hex 32 71 40 38 0 2B 38 85 27 20
Octal 62 161 100 70 0 53 70 205 47 40
Binary 110010 1110001 1000000 111000 0 101011 111000 10000101 100111 100000

Color Harmonies of #327140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327140

Black with #327140

Text Example


Text Example

White with #327140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327140; }

 p { color: rgb(50,113,64); }

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

background-color css

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

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

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

border-color css

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

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

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