#326B30

Color #326B30 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #326B30

Tints of San Felix #326B30

Color information

#326B30 (or 0x326B30) is unknown color: approx San Felix. HEX triplet: 32, 6B and 30. RGB value is (50,107,48). Sum of RGB (Red+Green+Blue) = 50+107+48=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #326B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B30 is #CD94CF. Grayscale: #535353. Windows color (decimal): -13472976 or 3173170. OLE color: 3173170.

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

Color convert

RGB5010748-
CMYK0.5300.550.58
HSL117.97º38.06%30.39%-
HSV(B)117.97º55.14%41.96%-
XYZ7.1111.414.62-
YUV83.23108.12104.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 107 (42.19% from 255) = 52.20%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=24.39%
G=52.20%
B=23.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50107480.5300.550.58117.9738.0630.39
Hex326B30350373A76261e
Octal621536065067721664636
Binary11001011010111100001101010110111111010111011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #326B30;
 }
 .AnyTagClassName
 {
   color: #326B30;
 }
</style>
background-color css

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

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

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

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

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

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