Html Css Color HEX #326A35 San Felix

📋 copy color: '#326A35'

red 50 ◦ green 106 ◦ blue 53

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

Shades of San Felix #326A35

Tints of San Felix #326A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.72%

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

R = 23.92%
G = 50.72%
B = 25.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#326A35 (or 0x326A35) is known color: San Felix. HEX triplet: 32, 6A and 35. RGB value is (50,106,53). Sum of RGB (Red+Green+Blue) = 50+106+53=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #326A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A35 is #CD95CA. Grayscale: #535353. Windows color (decimal): -13473227 or 3500594. OLE color: 3500594.

HSL color Cylindrical-coordinate representation of color #326A35: hue angle of 123.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A35 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 106 53 -
CMYK 0.53 0 0.5 0.58
HSL 123.21º 0.36% 0.31% -
HSV(B) 123.21º 0.53% 0.42% -
XYZ 7.11 11.24 5.16 -
YUV 83.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 50 106 53 0.53 0 0.5 0.58 123.21 0.36 0.31
Hex 32 6A 35 35 0 32 3A 7B 24 1F
Octal 62 152 65 65 0 62 72 173 44 37
Binary 110010 1101010 110101 110101 0 110010 111010 1111011 100100 11111

Color Harmonies of #326A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A35

Black with #326A35

Text Example


Text Example

White with #326A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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