Html Css Color HEX #327341 San Felix

📋 copy color: '#327341'

red 50 ◦ green 115 ◦ blue 65

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

Shades of San Felix #327341

Tints of San Felix #327341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50%

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

R = 21.74%
G = 50%
B = 28.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#327341 (or 0x327341) is known color: San Felix. HEX triplet: 32, 73 and 41. RGB value is (50,115,65). Sum of RGB (Red+Green+Blue) = 50+115+65=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #327341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327341 is #CD8CBE. Grayscale: #5A5A5A. Windows color (decimal): -13470911 or 4289330. OLE color: 4289330.

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

Color convert

RGB 50 115 65 -
CMYK 0.57 0 0.43 0.55
HSL 133.85º 0.39% 0.32% -
HSV(B) 133.85º 0.57% 0.45% -
XYZ 8.4 13.32 7.13 -
YUV 89.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 50 115 65 0.57 0 0.43 0.55 133.85 0.39 0.32
Hex 32 73 41 39 0 2B 37 86 27 20
Octal 62 163 101 71 0 53 67 206 47 40
Binary 110010 1110011 1000001 111001 0 101011 110111 10000110 100111 100000

Color Harmonies of #327341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327341

Black with #327341

Text Example


Text Example

White with #327341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327341; }

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

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

background-color css

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

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

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

border-color css

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

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

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