Html Css Color HEX #326C30 San Felix

📋 copy color: '#326C30'

red 50 ◦ green 108 ◦ blue 48

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

Shades of San Felix #326C30

Tints of San Felix #326C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.43%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 24.27%
G = 52.43%
B = 23.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#326C30 (or 0x326C30) is known color: San Felix. HEX triplet: 32, 6C and 30. RGB value is (50,108,48). Sum of RGB (Red+Green+Blue) = 50+108+48=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #326C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C30 is #CD93CF. Grayscale: #545454. Windows color (decimal): -13472720 or 3173426. OLE color: 3173426.

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

Color convert

RGB 50 108 48 -
CMYK 0.54 0 0.56 0.58
HSL 118º 0.38% 0.31% -
HSV(B) 118º 0.56% 0.42% -
XYZ 7.21 11.62 4.66 -
YUV 83.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 50 108 48 0.54 0 0.56 0.58 118 0.38 0.31
Hex 32 6C 30 36 0 38 3A 76 26 1F
Octal 62 154 60 66 0 70 72 166 46 37
Binary 110010 1101100 110000 110110 0 111000 111010 1110110 100110 11111

Color Harmonies of #326C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C30

Black with #326C30

Text Example


Text Example

White with #326C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,48); }

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

background-color css

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

 a { background-color: rgb(50,108,48); }

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

border-color css

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

 span { border-color: rgb(50,108,48); }

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