Html Css Color HEX #327240 San Felix

📋 copy color: '#327240'

red 50 ◦ green 114 ◦ blue 64

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

Shades of San Felix #327240

Tints of San Felix #327240

RGB

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

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

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

R = 21.93%
G = 50%
B = 28.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#327240 (or 0x327240) is known color: San Felix. HEX triplet: 32, 72 and 40. RGB value is (50,114,64). Sum of RGB (Red+Green+Blue) = 50+114+64=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #327240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327240 is #CD8DBF. Grayscale: #595959. Windows color (decimal): -13471168 or 4223538. OLE color: 4223538.

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

Color convert

RGB 50 114 64 -
CMYK 0.56 0 0.44 0.55
HSL 133.13º 0.39% 0.32% -
HSV(B) 133.13º 0.56% 0.45% -
XYZ 8.26 13.08 6.94 -
YUV 89.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 50 114 64 0.56 0 0.44 0.55 133.13 0.39 0.32
Hex 32 72 40 38 0 2C 37 85 27 20
Octal 62 162 100 70 0 54 67 205 47 40
Binary 110010 1110010 1000000 111000 0 101100 110111 10000101 100111 100000

Color Harmonies of #327240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327240

Black with #327240

Text Example


Text Example

White with #327240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327240; }

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

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

background-color css

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

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

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

border-color css

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

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

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