Html Css Color HEX #326935 San Felix

📋 copy color: '#326935'

red 50 ◦ green 105 ◦ blue 53

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

Shades of San Felix #326935

Tints of San Felix #326935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.48%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 24.04%
G = 50.48%
B = 25.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#326935 (or 0x326935) is known color: San Felix. HEX triplet: 32, 69 and 35. RGB value is (50,105,53). Sum of RGB (Red+Green+Blue) = 50+105+53=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #326935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326935 is #CD96CA. Grayscale: #525252. Windows color (decimal): -13473483 or 3500338. OLE color: 3500338.

HSL color Cylindrical-coordinate representation of color #326935: hue angle of 123.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326935 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 105 53 -
CMYK 0.52 0 0.50 0.59
HSL 123.27º 0.35% 0.3% -
HSV(B) 123.27º 0.52% 0.41% -
XYZ 7.01 11.04 5.13 -
YUV 82.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 50 105 53 0.52 0 0.50 0.59 123.27 0.35 0.3
Hex 32 69 35 34 0 32 3B 7B 23 1E
Octal 62 151 65 64 0 62 73 173 43 36
Binary 110010 1101001 110101 110100 0 110010 111011 1111011 100011 11110

Color Harmonies of #326935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326935

Black with #326935

Text Example


Text Example

White with #326935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326935; }

 p { color: rgb(50,105,53); }

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

background-color css

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

 a { background-color: rgb(50,105,53); }

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

border-color css

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

 span { border-color: rgb(50,105,53); }

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